Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the SyncId class that contains the specified ID.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
id As String _
)
'Usage
Dim id As String
Dim instance As New SyncId(id)
public SyncId (
string id
)
public:
SyncId (
String^ id
)
public SyncId (
String id
)
public function SyncId (
id : String
)
Parameters
- id
The string to use as the sync ID.
Remarks
This form of the constructor creates a variable-length ID with an array containing id encoded in big-endian order with no Unicode byte order mark.
See Also
Reference
SyncId Class
SyncId Members
Microsoft.Synchronization Namespace