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)

Syntax

'Declaration
Public Property UserComment As String
    Get
    Set
'Usage
Dim instance As SqlSyncScopeProvisioning
Dim value As String

value = instance.UserComment

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

Property Value

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

See Also

Reference

SqlSyncScopeProvisioning Class

Microsoft.Synchronization.Data.SqlServer Namespace