DbSyncBatchInfo.Id Property
Gets or sets an ID that uniquely identifies the batch.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property Id As String
'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);
}
/** @property */
public String get_Id ()
/** @property */
public void set_Id (String value)
public function get Id () : String
public function set Id (value : String)
Property Value
An ID that uniquely identifies the batch.
See Also
Reference
DbSyncBatchInfo Class
DbSyncBatchInfo Members
Microsoft.Synchronization.Data Namespace