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 data for the remote item that is in conflict.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public ReadOnly Property RemoteItemData As Object
Get
'Usage
Dim instance As SimpleSyncItemConstraintEventArgs
Dim value As Object
value = instance.RemoteItemData
public Object RemoteItemData { get; }
public:
property Object^ RemoteItemData {
Object^ get ();
}
member RemoteItemData : Object
function get RemoteItemData () : Object
Property Value
Type: System.Object
An object that contains the data for the remote item that is in conflict.