Gets or sets the class from which permissions for folder operations should be verified. 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.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

Reference class string.

Remarks

This property and the ReferenceProperty property are used together to check the security permissions of the user.


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