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)

屬性值

合約行為的集合。

適用於