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
    Get
    Set
'Usage
Dim instance As ClientSyncProvider
Dim value As Guid

value = instance.ClientId

instance.ClientId = value
public abstract Guid ClientId { get; set; }
public:
virtual property Guid ClientId {
    Guid get () abstract;
    void set (Guid value) abstract;
}
abstract ClientId : Guid with get, set
abstract function get ClientId () : Guid
abstract function set ClientId (value : Guid)

Property Value

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

See Also

Reference

ClientSyncProvider Class

Microsoft.Synchronization.Data Namespace