OperationParameter.ParameterType Property
Type of parameter values.
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 OperationParameter
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