Partager via


ActionDescription.ReferenceClass Property

Gets or sets the name of the class that corresponds to the value of the ReferenceProperty property when the action is set to "Default" for the ActionClassSetting property.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As ActionDescription
Dim value As String

value = instance.ReferenceClass

instance.ReferenceClass = value

Syntax

'Declaration
<XmlElementAttribute("ReferenceClass")> _
Public Property ReferenceClass As String
[XmlElementAttribute("ReferenceClass")] 
public string ReferenceClass { get; set; }
[XmlElementAttribute(L"ReferenceClass")] 
public:
property String^ ReferenceClass {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_ReferenceClass ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ReferenceClass (String value)
DebuggerStepThroughAttribute 
public function get ReferenceClass () : String

DebuggerStepThroughAttribute 
public function set ReferenceClass (value : String)

Property Value

Class name string.

Remarks

Together ReferenceClass and ReferenceProperty are used to get the object instance of the item to perform the action on.

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

ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription.ActionClassSetting Property
ReferenceProperty