StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.Endpoints プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
標準エンドポイント要素の既定のコレクションを取得します。
public:
property System::ServiceModel::Configuration::StandardEndpointElementCollection<TEndpointConfiguration> ^ Endpoints { System::ServiceModel::Configuration::StandardEndpointElementCollection<TEndpointConfiguration> ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.StandardEndpointElementCollection<TEndpointConfiguration> Endpoints { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Endpoints : System.ServiceModel.Configuration.StandardEndpointElementCollection<'EndpointConfiguration (requires 'EndpointConfiguration :> System.ServiceModel.Configuration.StandardEndpointElement and 'EndpointConfiguration : (new : unit -> 'EndpointConfiguration))>
Public ReadOnly Property Endpoints As StandardEndpointElementCollection(Of TEndpointConfiguration)
プロパティ値
エンドポイント要素のコレクション。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET