Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the bulleted state of the action.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool Bulleted { get; set; }
public:
property bool Bulleted {
bool get();
void set(bool value);
}
member Bulleted : bool with get, set
Public Property Bulleted As Boolean
Property Value
Type: System.Boolean
If the action is bulleted, this value is true; otherwise, false.
See Also
ActionBase Class
Microsoft.ManagementConsole Namespace
Return to top