SyncId::GetStringId Method

Gets a string sync ID.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
String^ GetStringId()

Return Value

Type: System::String
The sync ID if it is a variable-length string; otherwise, throws InvalidOperationException.

ExceptionCondition
InvalidOperationException

This SyncId object is not variable length.

Show: