Share via


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)

Syntax

'Declaration
Public Property Id As String
    Get
    Set
'Usage
Dim instance As DbSyncBatchInfo
Dim value As String

value = instance.Id

instance.Id = value
public string Id { get; set; }
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
member Id : string with get, set
function get Id () : String
function set Id (value : String)

Property Value

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

Exceptions

Exception Condition
ArgumentNullException

value is a null reference (Nothing in Visual Basic).

ArgumentException

value is empty

See Also

Reference

DbSyncBatchInfo Class

Microsoft.Synchronization.Data Namespace