ServiceContractGenerationContext.Operations Egenskap

Definition

Hämtar en samling OperationContractGenerationContext objekt som representerar kontraktsåtgärderna.

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)

Egenskapsvärde

En samling OperationContractGenerationContext objekt som representerar kontraktsåtgärderna.

Kommentarer

Använd egenskapen Operations för att undersöka eller ändra de System.ServiceModel.Description.OperationContractGenerationContext objekt som representerar kontraktsåtgärderna.

Gäller för