Gets or sets an
ActionDescription.StandardAction enumeration value that
indicates the standard action verb that is associated with the
action.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlAttributeAttribute("ActionVerb")> _
<DefaultValueAttribute(StandardAction.None)> _
Public Property StandardVerb As StandardAction
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public StandardAction get_StandardVerb ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_StandardVerb (StandardAction value)
|
JScript |
DebuggerStepThroughAttribute
public function get StandardVerb () : StandardAction
DebuggerStepThroughAttribute
public function set StandardVerb (value : StandardAction)
|
Property Value
ActionDescription.StandardAction enumeration value.
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