다음을 통해 공유


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

'Usage
Dim instance As LogData
Dim value As Guid

value = instance.WorkflowActiveStepId

instance.WorkflowActiveStepId = value

Syntax

'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)

Property Value

Type: Guid

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

LogData Class
LogData Members
Microsoft.Uii.Common.Entities Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.