ScriptReferenceBase.ResourceUICultures Property

Definition

Gets or sets a comma-delimited list of UI cultures that are supported by the Path property.

public:
 property cli::array <System::String ^> ^ ResourceUICultures { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.StringArrayConverter))]
public string[] ResourceUICultures { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.StringArrayConverter))>]
member this.ResourceUICultures : string[] with get, set
Public Property ResourceUICultures As String()

Property Value

String[]

A string that contains a comma-delimited list of UI cultures.

Attributes

Applies to