次の方法で共有


_ExchangeDistributionList.ID プロパティ

定義

の一意の識別子を表す 文字列 (C#の文字列 ) を返します ExchangeDistributionList。 読み取り専用です。

public:
 property System::String ^ ID { System::String ^ get(); };
public string ID { get; }
Public ReadOnly Property ID As String

プロパティ値

注釈

ExchangeDistributionList オブジェクトは、 オブジェクトからAddressEntry派生します。 AddressEntry オブジェクトから ID プロパティを継承します。 AddressEntry オブジェクトが作成されると、トランスポート プロバイダーは、永続的な一意の文字列 ID が割り当てられます。 これらの識別子の 1 つのセッションから別に変わりません。

適用対象