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