次の方法で共有


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 名前空間