InstanceInformationInstanceIdentity Property |
Gets or sets the instance identity.
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 InstanceIdentity { get; set; }
Public Property InstanceIdentity As Guid
Get
Set
public:
property Guid InstanceIdentity {
Guid get ();
void set (Guid value);
}
member InstanceIdentity : Guid with get, set
Property Value
Guid
The instance identity.
See Also