取得項目記錄的 by 值,或 null 參考 (在 Visual Basic 中為 Nothing) (沒有任何 by 值存在時)。
命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
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 值,或 null 參考 (在 Visual Basic 中為 Nothing) (沒有任何 by 值存在時)。
備註
Sync Framework 不會以任何方式解譯或驗證這個值。
by 值會識別對這個項目進行變更的複寫。
請參閱
參考
FeedItemHistory 類別
FeedItemHistory 成員
Microsoft.Synchronization.FeedSync 命名空間