This documentation is archived and is not being maintained.
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::GuidA GUID that identifies the client database.