Share via


FeatureDetailGroup.GetFeaturePropertyValue Method

Retrieves the value of the specified property.

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

Usage

Syntax

'Declaration
Protected Function GetFeaturePropertyValue ( _
    propertyName As String _
) As String
protected string GetFeaturePropertyValue (
    string propertyName
)
protected:
String^ GetFeaturePropertyValue (
    String^ propertyName
)
protected String GetFeaturePropertyValue (
    String propertyName
)
protected function GetFeaturePropertyValue (
    propertyName : String
) : String

Parameters

  • propertyName
    The title of the property value to be retrieved.

Return Value

An instance of String.

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