Udostępnij za pośrednictwem


SyncIdFormat.Length Property

Gets or sets the maximum length of a variable-length ID, or the actual length of a fixed-length ID.

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

Syntax

'Declaration
Public Property Length As UShort
'Usage
Dim instance As SyncIdFormat
Dim value As UShort

value = instance.Length

instance.Length = value
public ushort Length { get; set; }
public:
property unsigned short Length {
    unsigned short get ();
    void set (unsigned short value);
}
/** @property */
public UInt16 get_Length ()

/** @property */
public void set_Length (UInt16 value)
public function get Length () : ushort

public function set Length (value : ushort)

Property Value

The maximum length of a variable-length ID, or the actual length of a fixed-length ID.

See Also

Reference

SyncIdFormat Class
SyncIdFormat Members
Microsoft.Synchronization Namespace