Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the return type of the action.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property ReturnType As ResourceType
Get
'Usage
Dim instance As ServiceAction
Dim value As ResourceType
value = instance.ReturnType
public ResourceType ReturnType { get; }
public:
property ResourceType^ ReturnType {
ResourceType^ get ();
}
member ReturnType : ResourceType
function get ReturnType () : ResourceType
Property Value
Type: System.Data.Services.Providers.ResourceType
The return type of the action.