OperationSegmentParameter(String, Object) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de OperationSegmentParameter.
public OperationSegmentParameter (string name, object value);
new Microsoft.OData.UriParser.OperationSegmentParameter : string * obj -> Microsoft.OData.UriParser.OperationSegmentParameter
Public Sub New (name As String, value As Object)
Paramètres
- name
- String
Le nom du paramètre. Ne peut pas être Null ou vide.
- value
- Object
Valeur du paramètre.