OperationParameterInfo.IsRetval 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.
true
si le paramètre d’opération associé correspond à la valeur de retour de l’opération ; sinon false
.
public:
property bool IsRetval { bool get(); };
public bool IsRetval { get; }
member this.IsRetval : bool
Public ReadOnly Property IsRetval As Boolean
Valeur de propriété
true
si le paramètre d’opération associé correspond à la valeur de retour de l’opération ; sinon false
.