Compartilhar via


SearchFolderDescription.SearchFolderDescriptionItems Property

Gets or sets the search folder descriptions.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SearchFolderDescription
Dim value As List(Of SearchFolderDescriptionItem)

value = instance.SearchFolderDescriptionItems

instance.SearchFolderDescriptionItems = value

Syntax

'Declaration
<XmlArrayAttribute("SearchFolderDescriptionItems", IsNullable:=False)> _
Public Property SearchFolderDescriptionItems As List(Of SearchFolderDescriptionItem)
[XmlArrayAttribute("SearchFolderDescriptionItems", IsNullable=false)] 
public List<SearchFolderDescriptionItem> SearchFolderDescriptionItems { get; set; }
[XmlArrayAttribute(L"SearchFolderDescriptionItems", IsNullable=false)] 
public:
property List<SearchFolderDescriptionItem^>^ SearchFolderDescriptionItems {
    List<SearchFolderDescriptionItem^>^ get ();
    void set (List<SearchFolderDescriptionItem^>^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public List<SearchFolderDescriptionItem> get_SearchFolderDescriptionItems ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_SearchFolderDescriptionItems (List<SearchFolderDescriptionItem> value)
DebuggerStepThroughAttribute 
public function get SearchFolderDescriptionItems () : List<SearchFolderDescriptionItem>

DebuggerStepThroughAttribute 
public function set SearchFolderDescriptionItems (value : List<SearchFolderDescriptionItem>)

Property Value

System.Collections.Generic.List object that represents SearchFolderDescription.SearchFolderDescriptionItem objects.

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 Class
SearchFolderDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
SearchFolderDescription.SearchFolderDescriptionItem