Share via


ServiceOperationProvider.ServiceOperations Property

Returns all the service operations exposed on the registered types.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property ServiceOperations As IEnumerable(Of ServiceOperation)
    Get
'Usage
Dim instance As ServiceOperationProvider 
Dim value As IEnumerable(Of ServiceOperation)

value = instance.ServiceOperations
public IEnumerable<ServiceOperation> ServiceOperations { get; }
public:
property IEnumerable<ServiceOperation^>^ ServiceOperations {
    IEnumerable<ServiceOperation^>^ get ();
}
member ServiceOperations : IEnumerable<ServiceOperation>
function get ServiceOperations () : IEnumerable<ServiceOperation>

Property Value

Type: System.Collections.Generic.IEnumerable<ServiceOperation>
Collection of service operations.

See Also

Reference

ServiceOperationProvider Class

System.Data.Services.Providers Namespace