PathReferenceAttribute Constructor (String) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic PathReferenceAttribute(
string basePath
)
Public Sub New (
basePath As String
)
public:
PathReferenceAttribute(
String^ basePath
)
new :
basePath : string -> PathReferenceAttribute
Parameters
- basePath
- Type: SystemString
See Also