ServiceContractGenerationContext.Operations Property

Definition

Gets a collection of OperationContractGenerationContext objects that represent the contract operations.

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)

Property Value

A collection of OperationContractGenerationContext objects that represent the contract operations.

Remarks

Use the Operations property to examine or modify the System.ServiceModel.Description.OperationContractGenerationContext objects that represent the contract operations.

Applies to