LogData.WorkflowActiveStepId Property
Gets or sets the active workflow active step ID.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
'Usage
Dim instance As LogData
Dim value As Guid
value = instance.WorkflowActiveStepId
instance.WorkflowActiveStepId = value
'Declaration
Public Property WorkflowActiveStepId As Guid
public Guid WorkflowActiveStepId { get; set; }
public:
property Guid WorkflowActiveStepId {
Guid get ();
void set (Guid value);
}
/** @property */
public Guid get_WorkflowActiveStepId ()
/** @property */
public void set_WorkflowActiveStepId (Guid value)
public function get WorkflowActiveStepId () : Guid
public function set WorkflowActiveStepId (value : Guid)
Type: Guid
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
LogData Class
LogData Members
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.