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

Usage

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

value = instance.Languages

instance.Languages = value

Syntax

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

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

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