ParameterType Property
Gets the data type of the service operation parameter.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property ParameterType As ResourceType
Get
'Usage
Dim instance As ServiceOperationParameter
Dim value As ResourceType
value = instance.ParameterType
public ResourceType ParameterType { get; }
public:
property ResourceType^ ParameterType {
ResourceType^ get ();
}
member ParameterType : ResourceType
function get ParameterType () : ResourceType
Property Value
Type: System.Data.Services.Providers..::..ResourceType
The data type of the service operation parameter as ResourceType.