다음을 통해 공유


SyncIdFormat.IsVariableLength 속성

ID가 가변 길이인지 여부를 나타내는 값을 가져오거나 설정합니다.

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

구문

‘선언
Public Property IsVariableLength As Boolean
‘사용 방법
Dim instance As SyncIdFormat
Dim value As Boolean

value = instance.IsVariableLength

instance.IsVariableLength = value
public bool IsVariableLength { get; set; }
public:
property bool IsVariableLength {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsVariableLength ()

/** @property */
public void set_IsVariableLength (boolean value)
public function get IsVariableLength () : boolean

public function set IsVariableLength (value : boolean)

속성 값

ID가 가변 길이이면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

참고 항목

참조

SyncIdFormat 클래스
SyncIdFormat 멤버
Microsoft.Synchronization 네임스페이스