SearchFolderDescription Class
Represents information that is used to generate the output of a search folder. This class supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SearchFolderDescription
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("SearchFolderDescription", IsNullable:=False, Namespace:="")> _
Public Class SearchFolderDescription
[SerializableAttribute]
[XmlRootAttribute("SearchFolderDescription", IsNullable=false, Namespace="")]
public class SearchFolderDescription
[SerializableAttribute]
[XmlRootAttribute(L"SearchFolderDescription", IsNullable=false, Namespace=L"")]
public ref class SearchFolderDescription
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("SearchFolderDescription", IsNullable=false, Namespace="") */
public class SearchFolderDescription
SerializableAttribute
XmlRootAttribute("SearchFolderDescription", IsNullable=false, Namespace="")
public class SearchFolderDescription
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.AdminConsole.Schema.SearchFolderDescription
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
SearchFolderDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
FolderDescription Class