CaseActivityInformationInstanceId Property |
Gets or sets the instance id.
Namespace: Scanjour.Workflow4.Web.Services.EntitiesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Guid InstanceId { get; set; }
Public Property InstanceId As Guid
Get
Set
public:
property Guid InstanceId {
Guid get ();
void set (Guid value);
}
member InstanceId : Guid with get, set
Property Value
Guid
The instance identity.
See Also