Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the description of the table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property Description As String
'Usage
Dim instance As SyncTableInfo
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Description ()
/** @property */
public void set_Description (String value)
public function get Description () : String
public function set Description (value : String)
Property Value
The description of the table.
See Also
Reference
SyncTableInfo Class
SyncTableInfo Members
Microsoft.Synchronization.Data Namespace