SmsSnapInBase.CommandLineOptions Property

Gets the dictionary of command line options for the Configuration Manager console.

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

Usage

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

value = SmsSnapInBase.CommandLineOptions

Syntax

'Declaration
Public Shared ReadOnly Property CommandLineOptions As Dictionary(Of String, String)
public static Dictionary<string,string> CommandLineOptions { get; }
public:
static property Dictionary<String^, String^>^ CommandLineOptions {
    Dictionary<String^, String^>^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public static Dictionary<String,String> get_CommandLineOptions ()
DebuggerStepThroughAttribute 
public static function get CommandLineOptions () : Dictionary<String,String>

Property Value

System.Collections.Generic.Dictionary object that represents command-line option strings.

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

SmsSnapInBase Class
SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace