Share via


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

See Also

Reference

ServiceActionParameter Class

System.Data.Services.Providers Namespace