DbSyncBatchInfo::Id Property

Gets or sets an ID that uniquely identifies the batch.

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

public:
property String^ Id {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
An ID that uniquely identifies the batch.

ExceptionCondition
ArgumentNullException

value is a nullptr.

ArgumentException

value is empty

Show: