EntityDescriptor.OperationDescriptors 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 operation descriptors associated with the entity.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.OperationDescriptor> OperationDescriptors { get; }
member this.OperationDescriptors : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.OperationDescriptor>
Public ReadOnly Property OperationDescriptors As ReadOnlyCollection(Of OperationDescriptor)
Property Value
A collection of operation descriptors associated with the entity.