Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IEventMetricValueDefinition Interface / Index Property

In This Topic
    Index Property (IEventMetricValueDefinition)
    In This Topic
    The index of this value definition (and related values) within the values collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Index As Integer
    int Index {get;}
    Remarks
    Since sample values are provided as an object array it is useful to cache the index of an individual value to rapidly retrieve specific values from each sample.
    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