ClientSyncProvider::ClientId Property

When overridden in a derived class, gets or sets the GUID that Synchronization Services uses to identify the client database.

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

public:
virtual property Guid ClientId {
	Guid get () abstract;
	void set (Guid value) abstract;
}

Property Value

Type: System::Guid
A GUID that identifies the client database.
Show: