ServiceContractGenerationContext.Operations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.