StatusEventArgs.Message プロパティ

定義

レプリケーションエージェントから返されたステータスメッセージ。

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

プロパティ値

ステータスメッセージを含む String の値です。

実装

注釈

Message プロパティは読み取り専用です。

適用対象