Nevron .NET Vision
Nevron.Dom Namespace / NElementIndex Class / UniqueIdIndex Property


In This Topic
    UniqueIdIndex Property
    In This Topic
    Obtains a reference to the unique id index
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UniqueIdIndex As System.Collections.Generic.Dictionary(Of Guid,INElement)
    'Usage
     
    
    Dim instance As NElementIndex
    Dim value As System.Collections.Generic.Dictionary(Of Guid,INElement)
     
    value = instance.UniqueIdIndex
    public System.Collections.Generic.Dictionary<Guid,INElement> UniqueIdIndex {get;}
    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