다음을 통해 공유


SyncIdFormat.Length 속성

가변 길이 ID의 최대 길이 또는 고정 길이 ID의 실제 길이를 가져오거나 설정합니다.

네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
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 네임스페이스