Share via


WorkflowControlEndpointElement.Address プロパティ

定義

コントロール エンドポイントの URI アドレスを取得または設定します。

public:
 property Uri ^ Address { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("address", DefaultValue="")]
public Uri Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", DefaultValue="")>]
member this.Address : Uri with get, set
Public Property Address As Uri

プロパティ値

Uri

URI アドレスを含む文字列。

属性

適用対象