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
Visual Basic |
Dim instance As ActionDescription
Dim value As String
value = instance.ReferenceClass
instance.ReferenceClass = value
|
Syntax
Visual Basic |
<XmlElementAttribute("ReferenceClass")> _
Public Property ReferenceClass As String
|
C# |
[XmlElementAttribute("ReferenceClass")]
public string ReferenceClass { get; set; }
|
C++ |
[XmlElementAttribute(L"ReferenceClass")]
public:
property String^ ReferenceClass {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_ReferenceClass ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ReferenceClass (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get ReferenceClass () : String
DebuggerStepThroughAttribute
public function set ReferenceClass (value : String)
|
Property Value
Class name string.
Remarks
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