BCWorkflowInterlockInterlockType Property |
Note: This API is now obsolete.
Gets the type of the workflow interlock.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [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; }
<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
public:
[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.")]
property WorkflowInterlockKind InterlockType {
WorkflowInterlockKind get ();
}
[<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.")>]
member InterlockType : WorkflowInterlockKind with get
Property Value
Type:
WorkflowInterlockKindRemarks
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.
See Also