Share via


FeatureDisplayInfo.SearchTags Property

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

'Usage
Dim instance As FeatureDisplayInfo
Dim value As IList(Of String)

value = instance.SearchTags

instance.SearchTags = value

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
<XmlArrayItemAttribute("Tag")> _
Public Property SearchTags As IList(Of String)
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] 
[XmlArrayItemAttribute("Tag")] 
public IList<string> SearchTags { get; set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")] 
[XmlArrayItemAttribute(L"Tag")] 
public:
property IList<String^>^ SearchTags {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_SearchTags ()

/** @property */
public void set_SearchTags (IList<String> value)
public function get SearchTags () : IList<String>

public function set SearchTags (value : IList<String>)

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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

FeatureDisplayInfo Class
FeatureDisplayInfo Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace