Share via


ServiceOperationParameter Constructor

Creates a new instance of ServiceOperationParameter.

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 ServiceOperationParameter(name, parameterType)
public ServiceOperationParameter(
    string name,
    ResourceType parameterType
)
public:
ServiceOperationParameter(
    String^ name, 
    ResourceType^ parameterType
)
new : 
        name:string * 
        parameterType:ResourceType -> ServiceOperationParameter
public function ServiceOperationParameter(
    name : String, 
    parameterType : ResourceType
)

Parameters

See Also

Reference

ServiceOperationParameter Class

System.Data.Services.Providers Namespace