UserId.StandardUser 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 une valeur qui indique l’utilisateur standard que l’utilisateur représente.
public:
property Nullable<Microsoft::Exchange::WebServices::Data::StandardUser> StandardUser { Nullable<Microsoft::Exchange::WebServices::Data::StandardUser> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::StandardUser> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.StandardUser> StandardUser { get; set; }
Public Property StandardUser As Nullable(Of StandardUser)
Valeur de propriété
Utilisateur standard que l’utilisateur représente. Cette propriété peut être une référence null (Nothing en Visual Basic).