Share via


PeerCustomResolverElement.Address プロパティ

定義

カスタム ピア リゾルバーの構成 XML に使用されるスキーマの URI を格納します 。

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

プロパティ値

Uri

カスタム ピア リゾルバーの構成 XML に使用されるスキーマの URI。

属性

適用対象