Length プロパティ

可変長 ID の最大長、または固定長 ID の実際の長さを取得または設定します。

名前空間:  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
可変長 ID の最大長、または固定長 ID の実際の長さです。

参照

参照

SyncIdFormatクラス

SyncIdFormat メンバー

Microsoft.Synchronization 名前空間