SyncContext::OriginatorId Property

Gets or sets the originator ID. This allows you to map the ClientId to a different value on the server.

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

public:
property int OriginatorId {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
An originator ID.

For an example of how to map a client ID, see How to: Use Session Variables.

Show: