ContractAnnotationAttribute Constructor (String) |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ContractAnnotationAttribute(
string contract
)
Public Sub New (
contract As String
)
public:
ContractAnnotationAttribute(
String^ contract
)
new :
contract : string -> ContractAnnotationAttribute
Parameters
- contract
- Type: SystemString
See Also