Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.