Share via


FeatureDetailGroup.Count Property

Gets the number of FeatureProperty objects in the FeatureDetailGroup.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
/** @property */
public final int get_Count ()
public final function get Count () : int

Property Value

The number of FeatureProperty objects in the FeatureDetailGroup.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

FeatureDetailGroup Class
FeatureDetailGroup Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace