Namespace:
Unvired.Kernel.SyncResponse
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, List<ConflictBEConflictItem>> Items { get; }Public ReadOnly Property Items As Dictionary(Of String, List(Of ConflictBEConflictItem))
Get
public:
property Dictionary<String^, List<ConflictBEConflictItem^>^>^ Items {
Dictionary<String^, List<ConflictBEConflictItem^>^>^ get ();
}member Items : Dictionary<string, List<ConflictBEConflictItem>> with get
Property Value
Type:
DictionaryString,
ListConflictBEConflictItem
See Also