Share via


SyncFromAllServersErrorInformation.SourceServer プロパティ

定義

SyncFromAllServersOperationException 例外が発生した同期元サーバーの名前を取得します。

public:
 property System::String ^ SourceServer { System::String ^ get(); };
public string SourceServer { get; }
public string? SourceServer { get; }
member this.SourceServer : string
Public ReadOnly Property SourceServer As String

プロパティ値

SyncFromAllServersOperationException 例外に関与した同期元サーバーの名前。

適用対象