UserId.StandardUser Property

Definition

Gets or sets a value that indicates which standard user the user represents.

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)

Property Value

The standard user that the user represents. This property can be a null reference (Nothing in Visual Basic).

Applies to