SyncIdFormat.IsVariableLength Property
Gets or sets a value that indicates whether the ID is variable length.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Property IsVariableLength As Boolean
'Usage
Dim instance As SyncIdFormat
Dim value As Boolean
value = instance.IsVariableLength
instance.IsVariableLength = value
public bool IsVariableLength { get; set; }
public:
property bool IsVariableLength {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_IsVariableLength ()
/** @property */
public void set_IsVariableLength (boolean value)
public function get IsVariableLength () : boolean
public function set IsVariableLength (value : boolean)
Property Value
true if the ID is variable length; otherwise, false. The default is false.
See Also
Reference
SyncIdFormat Class
SyncIdFormat Members
Microsoft.Synchronization Namespace