Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / EventMetricDefinition Class / IsBound Property

In This Topic
    IsBound Property (EventMetricDefinition)
    In This Topic
    Indicates if this definition is configured to retrieve its information directly from an object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsBound As Boolean
    public bool IsBound {get;}
    Remarks
    When true, metric instances and samples can be defined from a live object of the same type that was used to generate the data binding. It isn't necessary that the same object be used, just that it be a compatible type to the original type used to establish the binding.
    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