Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
---|
Dim instance As FolderDescription |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ <XmlRootAttribute("FolderDescription", IsNullable:=False)> _ Public Class FolderDescription |
C# |
---|
[SerializableAttribute] [XmlRootAttribute("FolderDescription", IsNullable=false)] public class FolderDescription |
C++ |
---|
[SerializableAttribute] [XmlRootAttribute(L"FolderDescription", IsNullable=false)] public ref class FolderDescription |
J# |
---|
/** @attribute SerializableAttribute() */ /** @attribute XmlRootAttribute("FolderDescription", IsNullable=false) */ public class FolderDescription |
JScript |
---|
SerializableAttribute XmlRootAttribute("FolderDescription", IsNullable=false) public class FolderDescription |
Example
The following example shows the use of the FolderDescription XML element:
Copy Code | |
---|---|
<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
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 VistaTarget Platforms
Windows Server 2003,Windows VistaSee Also
Reference
FolderDescription MembersMicrosoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActiveFolderDescription
GetFolderDescriptionFromNodeDescription