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)

속성 값

KeyedCollection<Type,IContractBehavior>

계약에 대한 동작의 컬렉션입니다.

적용 대상