SqlCeSyncScopeProvisioning::UserComment Property

Gets or sets the user comment about the scope.

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

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

Property Value

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