Gets or sets a class object that is associated with action security. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ActionSecurityDescription
Dim value As String

value = instance.ClassObject

instance.ClassObject = value

Syntax

Visual Basic
<XmlAttributeAttribute("ClassObject")> _
Public Property ClassObject As String
C#
[XmlAttributeAttribute("ClassObject")] 
public string ClassObject { get; set; }
C++
[XmlAttributeAttribute(L"ClassObject")] 
public:
property String^ ClassObject {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_ClassObject ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ClassObject (String value)
JScript
DebuggerStepThroughAttribute 
public function get ClassObject () : String

DebuggerStepThroughAttribute 
public function set ClassObject (value : String)

Property Value

Class object string.

Remarks

Your application must set this property if the action will create a new class object.


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