SyncIdFormat.Length 属性

获取或设置可变长度 ID 的最大长度,或固定长度 ID 的实际长度。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Public Property Length As UShort
用法
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)

属性值

可变长度 ID 的最大长度,或固定长度 ID 的实际长度。

请参阅

参考

SyncIdFormat 类
SyncIdFormat 成员
Microsoft.Synchronization 命名空间