Condividi tramite


Proprietà DebugTraceRecord.InstanceName

 

Ottiene il nome dell'istanza del 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 del record.

Vedere anche

Classe DebugTraceRecord
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio