_ExchangeUser.LastName プロパティ

定義

の姓を表す 文字列 (C#の文字列 ) を返します ExchangeUser。 読み取り/書き込みが可能です。

public:
 property System::String ^ LastName { System::String ^ get(); void set(System::String ^ value); };
public string LastName { get; set; }
Public Property LastName As String

プロパティ値

注釈

このプロパティは、MAPI プロパティを PidTagSurname に対応します。

このプロパティが実装されていないか、 ExchangeUser オブジェクトの存在しない場合は、空の文字列を返します。

適用対象