次の方法で共有


UserId.StandardUser プロパティ

定義

ユーザーが表す標準ユーザーを示す値を取得または設定します。

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)

プロパティ値

ユーザーが表す標準ユーザー。 このプロパティには null 参照を指定できます (Visual Basic では Nothing)。

適用対象