DbSyncScopeDescription::UserComment Property

Gets or sets the user comment about the scope.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property String^ UserComment {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The user comment about the scope
Show: