Gets or sets a value that indicates whether actions should be
grouped as a region.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As ActionDescription
Dim value As Boolean
value = instance.GroupAsRegion
instance.GroupAsRegion = value
|
Syntax
Visual Basic |
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute("GroupAsRegion")> _
Public Property GroupAsRegion As Boolean
|
C# |
[DefaultValueAttribute(false)]
[XmlAttributeAttribute("GroupAsRegion")]
public bool GroupAsRegion { get; set; }
|
C++ |
[DefaultValueAttribute(false)]
[XmlAttributeAttribute(L"GroupAsRegion")]
public:
property bool GroupAsRegion {
bool get ();
void set (bool value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_GroupAsRegion ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_GroupAsRegion (boolean value)
|
JScript |
DebuggerStepThroughAttribute
public function get GroupAsRegion () : boolean
DebuggerStepThroughAttribute
public function set GroupAsRegion (value : boolean)
|
Property Value
true to display the group of actions as a region; otherwise
false. If
false, the action is processed
asynchronously; otherwise the Configuration Manager 2007 console
will block all other actions while this one is processed. The
default value is
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