Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that either contains or can be used to retrieve item data.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeData As Object
Get
'Usage
Dim instance As LoggedConflict
Dim value As Object
value = instance.ChangeData
public Object ChangeData { get; }
public:
property Object^ ChangeData {
Object^ get ();
}
member ChangeData : Object
function get ChangeData () : Object
Property Value
Type: System.Object
An object that either contains or can be used to retrieve item data.