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