ProtocolMappingSection.ProtocolMappingCollection Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das name-Objekt der Auflistung von Protokollzuordnungselementen ab.
public:
property System::ServiceModel::Configuration::ProtocolMappingElementCollection ^ ProtocolMappingCollection { System::ServiceModel::Configuration::ProtocolMappingElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.ProtocolMappingElementCollection ProtocolMappingCollection { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.ProtocolMappingCollection : System.ServiceModel.Configuration.ProtocolMappingElementCollection
Public ReadOnly Property ProtocolMappingCollection As ProtocolMappingElementCollection
Eigenschaftswert
Eine Auflistung von Protokollzuordnungselementen.
- Attribute