BehaviorsSection.ServiceBehaviors Vlastnost

Definice

Získá všechny podřízené položky, které jsou prvky chování služby identifikované jejich jedinečné name .

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

Hodnota vlastnosti

ServiceBehaviorElementCollection

Objekt ServiceBehaviorElementCollection , který obsahuje prvky chování služby identifikované jejich jedinečným name objektem .

Atributy

Platí pro