Entry.ReturnCommandParameter Propriété
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.
Obtient ou définit l’objet de paramètre pour celui ReturnCommand qui peut être utilisé pour fournir des informations supplémentaires. Il s’agit d’une propriété pouvant être liée.
public:
property System::Object ^ ReturnCommandParameter { System::Object ^ get(); void set(System::Object ^ value); };
public object ReturnCommandParameter { get; set; }
member this.ReturnCommandParameter : obj with get, set
Public Property ReturnCommandParameter As Object