取得或設定變動長度識別碼的最大長度,或固定長度識別碼的實際長度。
命名空間: 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)
屬性值
變動長度識別碼的最大長度,或固定長度識別碼的實際長度。
請參閱
參考
SyncIdFormat 類別
SyncIdFormat 成員
Microsoft.Synchronization 命名空間