StatusHistoryRecord.InstanceName Property

 

Gets the instance name for this record.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public string InstanceName { get; }
public:
property String^ InstanceName {
    String^ get();
}
member InstanceName : string with get
Public ReadOnly Property InstanceName As String

Property Value

Type: System.String

The instance name for this record.

See Also

StatusHistoryRecord Class
Microsoft.Workflow.Client Namespace

Return to top