RoutingSection.NamespaceTable 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含 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.NamespaceElementCollectionPublic ReadOnly Property NamespaceTable As NamespaceElementCollection属性值
一个集合,用于定义包含 NamespaceElement 对象集合的配置节。
- 属性