共用方式為


Length 屬性

取得或設定變動長度識別碼的最大長度,或固定長度識別碼的實際長度。

命名空間:  Microsoft.Synchronization
組件:  Microsoft.Synchronization (在 Microsoft.Synchronization.dll 中)

語法

'宣告
Public Property Length As UShort
    Get
    Set
'用途
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);
}
member Length : uint16 with get, set
function get Length () : ushort
function set Length (value : ushort)

屬性值

型別:System. . :: . .UInt16
變動長度識別碼的最大長度,或固定長度識別碼的實際長度。

請參閱

參考

SyncIdFormat類別

SyncIdFormat 成員

Microsoft.Synchronization 命名空間