Proprietà StatusHistoryRecord.InstanceName

 

Ottiene il nome dell'istanza per il record.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

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

Valore proprietà

Type: System.String

Nome dell'istanza per il record.

Vedere anche

Classe StatusHistoryRecord
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio