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
Syntax
Visual Basic |
<SerializableAttribute> _
<XmlRootAttribute("SearchFolderDescription", IsNullable:=False, Namespace:="")> _
Public Class SearchFolderDescription
|
C# |
[SerializableAttribute]
[XmlRootAttribute("SearchFolderDescription", IsNullable=false, Namespace="")]
public class SearchFolderDescription
|
C++ |
[SerializableAttribute]
[XmlRootAttribute(L"SearchFolderDescription", IsNullable=false, Namespace=L"")]
public ref class SearchFolderDescription
|
J# |
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("SearchFolderDescription", IsNullable=false, Namespace="") */
public class SearchFolderDescription
|
JScript |
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