ServiceActionParameter Constructor
Initializes a new ServiceActionParameter.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
parameterType As ResourceType _
)
'Usage
Dim name As String
Dim parameterType As ResourceType
Dim instance As New ServiceActionParameter(name, parameterType)
public ServiceActionParameter(
string name,
ResourceType parameterType
)
public:
ServiceActionParameter(
String^ name,
ResourceType^ parameterType
)
new :
name:string *
parameterType:ResourceType -> ServiceActionParameter
public function ServiceActionParameter(
name : String,
parameterType : ResourceType
)
Parameters
- name
Type: System.String
Name of parameter.
- parameterType
Type: System.Data.Services.Providers.ResourceType
resource type of parameter value.