次の方法で共有


AutodiscoverService.GetScpUrlsForDomainCallback プロパティ

定義

指定したドメインの自動検出サービス接続ポイント (SCP) URL の解決に使用するデリゲートを取得または設定します。プロパティはGetScpUrlsForDomainCallback、Exchange Onlineを含む、Exchange Server 2013 以降の Exchange のバージョンを対象とするクライアントに適用されます。

public:
 property Func<System::String ^, System::Collections::Generic::ICollection<System::String ^> ^> ^ GetScpUrlsForDomainCallback { Func<System::String ^, System::Collections::Generic::ICollection<System::String ^> ^> ^ get(); void set(Func<System::String ^, System::Collections::Generic::ICollection<System::String ^> ^> ^ value); };
public Func<string,System.Collections.Generic.ICollection<string>> GetScpUrlsForDomainCallback { get; set; }
Public Property GetScpUrlsForDomainCallback As Func(Of String, ICollection(Of String))

プロパティ値

指定したドメインの自動検出 SCP URL を解決するために使用されるデリゲート。

適用対象