
'Declaration <CollectionDataContractAttribute(Name="ItemErrors", ItemName="I", KeyName="K", ValueName="V")> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class ItemErrors Inherits System.Collections.Generic.Dictionary(Of String,Status)
'Usage Dim instance As ItemErrors
[CollectionDataContract(Name="ItemErrors", ItemName="I", KeyName="K", ValueName="V")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class ItemErrors : System.Collections.Generic.Dictionary<string,Status>
[CollectionDataContract(Name="ItemErrors", ItemName="I", KeyName="K", ValueName="V")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class ItemErrors : public System.Collections.Generic.Dictionary<String,Status>
System.Object
System.Collections.Generic.Dictionary<TKey,TValue>
Proficy.Historian.ClientAccess.API.ItemErrors
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2