Click or drag to resize
ContractAnnotationAttribute Constructor (String, Boolean)
Initializes a new instance of the ContractAnnotationAttribute class

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ContractAnnotationAttribute(
	string contract,
	bool forceFullStates
)

Parameters

contract
Type: SystemString
forceFullStates
Type: SystemBoolean
See Also