Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft das ID-Format für Element-IDs ab.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemIdFormat As SyncIdFormat
Get
'Usage
Dim instance As SyncIdFormatGroup
Dim value As SyncIdFormat
value = instance.ItemIdFormat
public SyncIdFormat ItemIdFormat { get; }
public:
property SyncIdFormat^ ItemIdFormat {
SyncIdFormat^ get ();
}
member ItemIdFormat : SyncIdFormat
function get ItemIdFormat () : SyncIdFormat
Eigenschaftenwert
Typ: Microsoft.Synchronization. . :: . .SyncIdFormat
Das ID-Format für Element-IDs.
Hinweise
Dieses Format wird standardmäßig auf IDs mit fester Länge festgelegt, die eine Länge von 24 Bytes haben.