Proprietà PublishNotificationErrorEventArgs.Address

 

Ottiene o imposta l'indirizzo di pubblicazione.

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

Sintassi

public string Address {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ Address {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member Address : string with get, private set
Public Property Address As String
    Get
    Private Set
End Property

Valore proprietà

Type: System.String

Indirizzo di pubblicazione.

Vedere anche

Classe PublishNotificationErrorEventArgs
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio