FeedItemHistory::By Property

Gets the by value for the item history or a nullptr when no by value exists.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property String^ By {
	String^ get ();
}

Property Value

Type: System::String
The by value for the item history or nullptr when no by value exists.

Sync Framework does not interpret or validate this value in any way.

The by value identifies the replica that made the change to this item.

Show: