Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |