항목 기록에 대한 by 값을 가져오거나 by 값이 없는 경우 null 참조(Visual Basic에서는 Nothing)을 가져옵니다.
네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public ReadOnly Property By As String
‘사용 방법
Dim instance As FeedItemHistory
Dim value As String
value = instance.By
public string By { get; }
public:
property String^ By {
String^ get ();
}
/** @property */
public String get_By ()
public function get By () : String
속성 값
항목 기록에 대한 by 값이거나 by 값이 없는 경우 null 참조(Visual Basic에서는 Nothing)입니다.
주의
Sync Services for FeedSync는 어떠한 방식으로도 이 값을 해석하거나 이 값의 유효성을 검사하지 않습니다.
by 값은 이 항목에 변경 내용을 적용한 복제본을 식별합니다.
참고 항목
참조
FeedItemHistory 클래스
FeedItemHistory 멤버
Microsoft.Synchronization.FeedSync 네임스페이스