Gets the dictionary of command line options for the Configuration
Manager console.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim value As Dictionary(Of String, String)
value = SmsSnapInBase.CommandLineOptions
|
Syntax
Visual Basic |
Public Shared ReadOnly Property CommandLineOptions As Dictionary(Of String, String)
|
C# |
public static Dictionary<string,string> CommandLineOptions { get; }
|
C++ |
public:
static property Dictionary<String^, String^>^ CommandLineOptions {
Dictionary<String^, String^>^ get ();
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public static Dictionary<String,String> get_CommandLineOptions ()
|
JScript |
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