Share via


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)

Syntax

'Declaration
Public Property UserComment As String
    Get
    Set
'Usage
Dim instance As DbSyncScopeDescription
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 comment about the scope

See Also

Reference

DbSyncScopeDescription Class

Microsoft.Synchronization.Data Namespace