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
'Usage
Dim instance As LoggedConflict
Dim value As Object
value = instance.ChangeData
public Object ChangeData { get; }
public:
property Object^ ChangeData {
Object^ get ();
}
/** @property */
public Object get_ChangeData ()
public function get ChangeData () : Object
Property Value
An object that either contains or can be used to retrieve item data.
See Also
Reference
LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace