Freigeben über


OperationParameter.ParameterType-Eigenschaft

Typ der Parameterwerte.

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

Eigenschaftswert

Typ: System.Data.Services.Providers.ResourceType

Siehe auch

Verweis

OperationParameter Klasse

System.Data.Services.Providers-Namespace