VistaDB 6
VistaDB.Diagnostic Namespace / Errors Class / Values Property


In This Topic
    Values Property (Errors)
    In This Topic
    Gets a collection containing the values in the System.Collections.Generic.Dictionary`2.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property Values As System.Collections.Generic.Dictionary.ValueCollection(Of TKey,TValue)
    'Usage
     
    
    Dim instance As Errors
    Dim value As System.Collections.Generic.Dictionary.ValueCollection(Of TKey,TValue)
     
    value = instance.Values
    [__DynamicallyInvokable()]
    public System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue> Values {get;}

    Property Value

    A System.Collections.Generic.Dictionary`2.ValueCollection containing the values in the System.Collections.Generic.Dictionary`2.
    Requirements

    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

    See Also