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)
Syntax
'Declaration
Public MustOverride Property ClientId As Guid
public abstract Guid ClientId { get; set; }
public:
virtual property Guid ClientId {
Guid get () abstract;
void set (Guid value) abstract;
}
/** @property */
public abstract Guid get_ClientId ()
/** @property */
public abstract void set_ClientId (Guid value)
public abstract function get ClientId () : Guid
public abstract function set ClientId (value : Guid)
Property Value
A GUID that identifies the client database.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
ClientSyncProvider Class
ClientSyncProvider Members
Microsoft.Synchronization.Data Namespace