FolderDescription Class
Represents summary information for a FolderDescription XML element that shows folder functionality within a single Configuration Manager 2007 console node.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As FolderDescription
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("FolderDescription", IsNullable:=False)> _
Public Class FolderDescription
[SerializableAttribute]
[XmlRootAttribute("FolderDescription", IsNullable=false)]
public class FolderDescription
[SerializableAttribute]
[XmlRootAttribute(L"FolderDescription", IsNullable=false)]
public ref class FolderDescription
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("FolderDescription", IsNullable=false) */
public class FolderDescription
SerializableAttribute
XmlRootAttribute("FolderDescription", IsNullable=false)
public class FolderDescription
Example
The following example shows the use of the FolderDescription XML element:
<FolderDescription>
<ContainerValue>2</ContainerValue>
<ContainerClass>SMS_Package</ContainerClass>
<ReferenceClass>SMS_Package</ReferenceClass>
<ReferenceProperty>PackageID</ReferenceProperty>
</FolderDescription>
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.AdminConsole.Schema.FolderDescription
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
Change History
See Also
Reference
FolderDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActiveFolderDescription
GetFolderDescriptionFromNodeDescription