Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / EventMetricDefinition Class / IsTrendableValueType Method
The type to be verified

In This Topic
    IsTrendableValueType Method
    In This Topic
    Indicates whether the provided object can be graphed as a trend.
    Syntax
    'Declaration
     
    
    Public Shared Function IsTrendableValueType( _
       ByVal type As Type _
    ) As Boolean
    public static bool IsTrendableValueType( 
       Type type
    )

    Parameters

    type
    The type to be verified

    Return Value

    True if the supplied type is trendable, false otherwise.
    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