FeedItemHistory.By Property
Gets the by value for the item history or a null reference (Nothing in Visual Basic) when no by value exists.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property By As String
'Usage
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
Property Value
The by value for the item history or null reference (Nothing in Visual Basic) when no by value exists.
Remarks
Sync Services for FeedSync does not interpret or validate this value in any way.
The by value identifies the replica that made the change to this item.
See Also
Reference
FeedItemHistory Class
FeedItemHistory Members
Microsoft.Synchronization.FeedSync Namespace