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

Usage

Visual Basic
Dim instance As FileType
Dim value As IList(Of String)

value = instance.Extensions

instance.Extensions = value

Syntax

Visual Basic
<MandatoryAttribute> _
<XmlElementAttribute("Extension")> _
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
Public Property Extensions As IList(Of String)
C#
[MandatoryAttribute] 
[XmlElementAttribute("Extension")] 
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] 
public IList<string> Extensions { get; set; }
C++
[MandatoryAttribute] 
[XmlElementAttribute(L"Extension")] 
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")] 
public:
property IList<String^>^ Extensions {
		IList<String^>^ get ();
		void set (IList<String^>^ value);
}
J#
/** @property */
public IList<String> get_Extensions ()

/** @property */
public void set_Extensions (IList<String> value)
JScript
public function get Extensions () : IList<String>

public function set Extensions (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