Partager via


ConsoleParentNode.SecurityVerbs Property

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

'Usage
Dim instance As ConsoleParentNode
Dim value As Integer

value = instance.SecurityVerbs

instance.SecurityVerbs = value

Syntax

'Declaration
Public Property SecurityVerbs As Integer
public int SecurityVerbs { get; set; }
public:
property int SecurityVerbs {
    int get ();
    void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_SecurityVerbs ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SecurityVerbs (int value)
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

Reference

ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace