ScriptReferenceBase::ResourceUICultures Property

 

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

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
[TypeConverterAttribute((StringArrayConverter^::typeid))]
property array<String^>^ ResourceUICultures {
	array<String^>^ get();
	void set(array<String^>^ value);
}

Property Value

Type: array<System::String^>^

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

.NET Framework
Available since 3.5
Return to top
Show: