Поделиться через


ServiceContractGenerationContext.Operations Свойство

Определение

Возвращает коллекцию объектов OperationContractGenerationContext, представляющих операции контракта.

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Description::OperationContractGenerationContext ^> ^ Operations { System::Collections::ObjectModel::Collection<System::ServiceModel::Description::OperationContractGenerationContext ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.OperationContractGenerationContext> Operations { get; }
member this.Operations : System.Collections.ObjectModel.Collection<System.ServiceModel.Description.OperationContractGenerationContext>
Public ReadOnly Property Operations As Collection(Of OperationContractGenerationContext)

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

Коллекция объектов OperationContractGenerationContext, представляющих операции контракта.

Комментарии

Используйте свойство Operations, чтобы проверить или изменить объекты System.ServiceModel.Description.OperationContractGenerationContext, представляющие операции контракта.

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