PublishNotificationCompleteEventArgs.Address プロパティ

パブリッシュ アドレスを取得します。

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public Property Address As String 
    Get 
    Private Set
'使用
Dim instance As PublishNotificationCompleteEventArgs 
Dim value As String 

value = instance.Address
public string Address { get; private set; }
public:
property String^ Address {
    String^ get ();
    private: void set (String^ value);
}
member Address : string with get, private set
function get Address () : String 
private function set Address (value : String)

プロパティ値

型: System.String
パブリッシュ アドレス。

関連項目

参照

PublishNotificationCompleteEventArgs クラス

Microsoft.Workflow.Client 名前空間