Gets the constants for the identifiers of all Help dialog boxes. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim value As Dictionary(Of String, String)

value = HelpIDConstants.AllDialogsHelpID

Syntax

Visual Basic
Public Shared ReadOnly Property AllDialogsHelpID As Dictionary(Of String, String)
C#
public static Dictionary<string,string> AllDialogsHelpID { get; }
C++
public:
static property Dictionary<String^, String^>^ AllDialogsHelpID {
		Dictionary<String^, String^>^ get ();
}
J#
/** @property */
public static Dictionary<String,String> get_AllDialogsHelpID ()
JScript
public static function get AllDialogsHelpID () : Dictionary<String,String>

Property Value

System.Collections.Generic.Dictionary object that represents strings for the identifiers.

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 Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also