Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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