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