MergeSynchronizationAgent.Publication プロパティ

定義

パブリケーションの名前を取得します。値の設定も可能です。

public:
 virtual property System::String ^ Publication { System::String ^ get(); void set(System::String ^ value); };
public virtual string Publication { get; set; }
member this.Publication : string with get, set
Public Overridable Property Publication As String

プロパティ値

パブリケーションの名前。

実装

注釈

Publication は必須プロパティです。 Publication プロパティが null に設定されていると、例外がスローされます。

適用対象