ContractDescription.ContractBehaviors Свойство

Определение

Получает коллекцию поведения для контракта.

public:
 property System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IContractBehavior ^> ^ ContractBehaviors { System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IContractBehavior ^> ^ get(); };
public System.Collections.ObjectModel.KeyedCollection<Type,System.ServiceModel.Description.IContractBehavior> ContractBehaviors { get; }
member this.ContractBehaviors : System.Collections.ObjectModel.KeyedCollection<Type, System.ServiceModel.Description.IContractBehavior>
Public ReadOnly Property ContractBehaviors As KeyedCollection(Of Type, IContractBehavior)

Значение свойства

Коллекция поведения для контракта.

Применяется к