ServiceContractGenerationContext.Operations Propriedade

Definição

Obtém uma coleção de OperationContractGenerationContext objetos que representam as operações contritárias.

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)

Valor de Propriedade

Uma coleção de OperationContractGenerationContext objetos que representam as operações contritárias.

Observações

Use a Operations propriedade para examinar ou modificar os System.ServiceModel.Description.OperationContractGenerationContext objetos que representam as operações contritárias.

Aplica-se a