ScriptReferenceBase::ResourceUICultures Property
.NET Framework (current version)
Gets or sets a comma-delimited list of UI cultures that are supported by the Path property.
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
Available since 3.5
Show: