参数值的类型。
命名空间: System.Data.Services.Providers
程序集: Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)
语法
声明
Public ReadOnly Property ParameterType As ResourceType
Get
用法
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
属性值
类型:System.Data.Services.Providers.ResourceType