Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / MetricSampleCollection Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (MetricSampleCollection)
    In This Topic
    Indicates if the collection is read only and therefore can't have items added or removed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnly As Boolean
    public bool IsReadOnly {get;}
    Remarks
    This collection is never read-only. This property is required for ICollection compatibility
    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