Gets or sets a value that indicates whether external actions are
added to the nodes root description.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As NodesRootDescription
Dim value As Boolean
value = instance.ExternalActionsAdded
instance.ExternalActionsAdded = value
|
Syntax
Visual Basic |
<XmlIgnoreAttribute> _
Public Property ExternalActionsAdded As Boolean
|
C# |
[XmlIgnoreAttribute]
public bool ExternalActionsAdded { get; set; }
|
C++ |
[XmlIgnoreAttribute]
public:
property bool ExternalActionsAdded {
bool get ();
void set (bool value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_ExternalActionsAdded ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ExternalActionsAdded (boolean value)
|
JScript |
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