UserId.StandardUser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).