Costruttore UriOperationParameter
Crea un'istanza di un nuovo oggetto UriOperationParameter
Spazio dei nomi System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
name As String, _
value As Object _
)
'Utilizzo
Dim name As String
Dim value As Object
Dim instance As New UriOperationParameter(name, value)
public UriOperationParameter(
string name,
Object value
)
public:
UriOperationParameter(
String^ name,
Object^ value
)
new :
name:string *
value:Object -> UriOperationParameter
public function UriOperationParameter(
name : String,
value : Object
)
Parametri
- name
Tipo: System.String
Nome del parametro dell'operazione dell'URI.
- value
Tipo: System.Object
Valore del parametro dell'operazione dell'URI.