_ExchangeUser.Type プロパティ

定義

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

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

プロパティ値

注釈

ExchangeUser オブジェクトは、 オブジェクトからAddressEntry派生します。 AddressEntry オブジェクトから Type プロパティを継承します。 ExchangeUser の場合は型は常に、文字列"EX"です。

適用対象