ActionSecurityDescription.ClassObject Property
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
'Usage
Dim instance As ActionSecurityDescription
Dim value As String
value = instance.ClassObject
instance.ClassObject = value
Syntax
'Declaration
<XmlAttributeAttribute("ClassObject")> _
Public Property ClassObject As String
[XmlAttributeAttribute("ClassObject")]
public string ClassObject { get; set; }
[XmlAttributeAttribute(L"ClassObject")]
public:
property String^ ClassObject {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_ClassObject ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ClassObject (String value)
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
Reference
ActionSecurityDescription Class
ActionSecurityDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription Class
ActionDescription.ObjectProperties Class