GroupName プロパティ

現在同期中のテーブルのグループ名を取得または設定します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public Property GroupName As String
    Get
    Set
'使用
Dim instance As SyncGroupProgress
Dim value As String

value = instance.GroupName

instance.GroupName = value
public string GroupName { get; set; }
public:
property String^ GroupName {
    String^ get ();
    void set (String^ value);
}
member GroupName : string with get, set
function get GroupName () : String
function set GroupName (value : String)

プロパティ値

型 : System. . :: . .String
現在同期中のテーブルのグループ名。

参照

参照

SyncGroupProgressクラス

SyncGroupProgress メンバー

Microsoft.Synchronization.Data 名前空間