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 an ItemFieldDictionary object that contains the fields 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 RemoteItem As ItemFieldDictionary
Get
'Usage
Dim instance As SimpleSyncItemConstraintEventArgs
Dim value As ItemFieldDictionary
value = instance.RemoteItem
public ItemFieldDictionary RemoteItem { get; }
public:
property ItemFieldDictionary^ RemoteItem {
ItemFieldDictionary^ get ();
}
member RemoteItem : ItemFieldDictionary
function get RemoteItem () : ItemFieldDictionary
Property Value
Type: Microsoft.Synchronization.SimpleProviders.ItemFieldDictionary
An ItemFieldDictionary object that contains the fields for the remote item that is in conflict.