Freigeben über


Description-Eigenschaft

Ruft eine Beschreibung für den Synchronisierungsadapter ab oder legt sie fest.

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

Syntax

'Declaration
Public Property Description As String
    Get
    Set
'Usage
Dim instance As DbSyncAdapter
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);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Eigenschaftenwert

Typ: System. . :: . .String
Die Beschreibung des Synchronisierungsadapters.

Siehe auch

Verweis

DbSyncAdapter Klasse

DbSyncAdapter-Member

Microsoft.Synchronization.Data-Namespace