Gets or sets a property of the result object to use to retrieve the class of a management object when the action is set to "Default". 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.ReferenceProperty

instance.ReferenceProperty = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set ReferenceProperty (value : String)

Property Value

Reference property string.

Remarks

In some displays, for example, an advertisement display, the Configuration Manager 2007 console builds results from an informational SMS_* object for which the class is read-only. In such a case, ReferenceProperty is used to call GetInstance for the underlying object requiring manipulation.


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