Freigeben über


HelpIDConstants.AllDialogsHelpID Property

Gets the constants for the identifiers of all Help dialog boxes.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim value As Dictionary(Of String, String)

value = HelpIDConstants.AllDialogsHelpID

Syntax

'Declaration
Public Shared ReadOnly Property AllDialogsHelpID As Dictionary(Of String, String)
public static Dictionary<string,string> AllDialogsHelpID { get; }
public:
static property Dictionary<String^, String^>^ AllDialogsHelpID {
    Dictionary<String^, String^>^ get ();
}
/** @property */
public static Dictionary<String,String> get_AllDialogsHelpID ()
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

Reference

HelpIDConstants Class
HelpIDConstants Members
Microsoft.ConfigurationManagement.AdminConsole Namespace