Share via


DeploymentType.Languages Property

 

Language type that is supported for the deployment type.

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

Syntax

public IList<string> Languages { get; set; }
public:
property IList<String^>^ Languages {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
Public Property Languages As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

Returns IList<T>.

Remarks

This is a description of the language only, and does not actually set the language used.

See Also

DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top