ConsoleRootDescription.ExternalActionsAdded Property
Gets or sets a value that indicates if external actions are added to the console root description.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ConsoleRootDescription
Dim value As Boolean
value = instance.ExternalActionsAdded
instance.ExternalActionsAdded = value
Syntax
'Declaration
<XmlIgnoreAttribute> _
Public Property ExternalActionsAdded As Boolean
[XmlIgnoreAttribute]
public bool ExternalActionsAdded { get; set; }
[XmlIgnoreAttribute]
public:
property bool ExternalActionsAdded {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_ExternalActionsAdded ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ExternalActionsAdded (boolean value)
DebuggerStepThroughAttribute
public function get ExternalActionsAdded () : boolean
DebuggerStepThroughAttribute
public function set ExternalActionsAdded (value : boolean)
Property Value
true if external actions are added; otherwise false.
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
ConsoleRootDescription Class
ConsoleRootDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace