次の方法で共有


RoutingSection.NamespaceTable プロパティ

定義

NamespaceElement オブジェクトのコレクションを格納する構成要素を取得します。

public:
 property System::ServiceModel::Routing::Configuration::NamespaceElementCollection ^ NamespaceTable { System::ServiceModel::Routing::Configuration::NamespaceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("namespaceTable", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Routing.Configuration.NamespaceElementCollection NamespaceTable { get; }
[<System.Configuration.ConfigurationProperty("namespaceTable", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.NamespaceTable : System.ServiceModel.Routing.Configuration.NamespaceElementCollection
Public ReadOnly Property NamespaceTable As NamespaceElementCollection

プロパティ値

NamespaceElementCollection

NamespaceElement オブジェクトのコレクションを格納する構成セクションを定義するコレクション。

属性

適用対象