Gets or sets security rights for the dialog box.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsDialogData
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 */
public int get_SecurityVerbs ()
/** @property */
public void set_SecurityVerbs (int value)
|
JScript |
public function get SecurityVerbs () : int
public function set SecurityVerbs (value : int)
|
Property Value
Value that indicates security rights.
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