클록 벡터 요소에 대한 추가 정보를 지정하는 플래그를 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public Property Flags As FeedClockVectorElementOptions
‘사용 방법
Dim instance As FeedClockVectorElement
Dim value As FeedClockVectorElementOptions
value = instance.Flags
instance.Flags = value
public FeedClockVectorElementOptions Flags { get; set; }
public:
property FeedClockVectorElementOptions Flags {
FeedClockVectorElementOptions get ();
void set (FeedClockVectorElementOptions value);
}
/** @property */
public FeedClockVectorElementOptions get_Flags ()
/** @property */
public void set_Flags (FeedClockVectorElementOptions value)
public function get Flags () : FeedClockVectorElementOptions
public function set Flags (value : FeedClockVectorElementOptions)
속성 값
클록 벡터 요소에 대한 추가 정보를 지정하는 플래그입니다.
참고 항목
참조
FeedClockVectorElement 클래스
FeedClockVectorElement 멤버
Microsoft.Synchronization.FeedSync 네임스페이스