Gets or sets the security verbs for the selected console parent node item. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ConsoleParentNode
Dim value As Integer

value = instance.SecurityVerbs

instance.SecurityVerbs = value

Syntax

Visual Basic
Public Property SecurityVerbs As Integer
C#
public int SecurityVerbs { get; set; }
C++
public:
property int SecurityVerbs {
		int get ();
		void set (int value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_SecurityVerbs ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SecurityVerbs (int value)
JScript
DebuggerStepThroughAttribute 
public function get SecurityVerbs () : int

DebuggerStepThroughAttribute 
public function set SecurityVerbs (value : int)

Property Value

An integer value that indicates the security verbs.

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