Gets the type of the workflow interlock.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[ObsoleteAttribute("This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCDocumentWorkflowInterlock in C# and TypeOf myObject Is BCDocumentWorkflowInterlock in VB.NET.")] public WorkflowInterlockKind InterlockType { get; } |
Visual Basic |
---|
<ObsoleteAttribute("This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCDocumentWorkflowInterlock in C# and TypeOf myObject Is BCDocumentWorkflowInterlock in VB.NET.")> _ Public ReadOnly Property InterlockType As WorkflowInterlockKind Get |
Visual C++ |
---|
[ObsoleteAttribute(L"This property might be removed from future versions. Check the type of the object using the keyword Is, e.g.: myObject is BCDocumentWorkflowInterlock in C# and TypeOf myObject Is BCDocumentWorkflowInterlock in VB.NET.")] public: property WorkflowInterlockKind InterlockType { WorkflowInterlockKind get (); } |
Remarks
This property might be removed from future versions.
Check the type of the object using the keyword Is, e.g.: myObject is BCDocumentWorkflowInterlock in C# and TypeOf myObject Is BCDocumentWorkflowInterlock in VB.NET.