Gets or sets the reference property for the folder. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As FolderDescription
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)

Remarks

This property and the ReferenceClass property are used together to check the security permissions of the user. For example, in the Advertisement node, the query (container) class is SMS_AdvertisementInfo Server WMI Class, but folder management requires the SMS_Advertisement Server WMI Class class to be listed as the reference class to set clipboard formats. The reference property is the AdvertisementID property.


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