Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
'Usage
Dim instance As FeedItemHistory
Dim value As String
value = instance.By
public string By { get; }
public:
property String^ By {
String^ get ();
}
member By : string
function get By () : String
Property Value
Type: System.String
The by value for the item history or null reference (Nothing in Visual Basic) when no by value exists.
Remarks
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.