SqlSyncScopeProvisioning::UserComment Property

Gets or sets the user-specified comment about the scope.

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

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

Property Value

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