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