Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.