Constructeur UriOperationParameter
Instancie un nouveau paramètre UriOperationParameter.
Espace de noms : System.Data.Services.Client
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
value As Object _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
Nom du paramètre d'opération d'URI.
- value
Type : System.Object
Valeur du paramètre d'opération d'URI.