Keyoti SearchUnit API Docs
Names Property
API DocumentationKeyoti.SearchEngine.WebKFontNames
Keyoti SearchUnit v6
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[TypeConverterAttribute(typeof(FontNamesConverter))]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string[] Names { get; set; }
[TypeConverterAttribute(typeof(FontNamesConverter))]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string[] Names { get; set; }
<TypeConverterAttribute(GetType(FontNamesConverter))> 
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property Names As String()
	Get
	Set
<TypeConverterAttribute(GetType(FontNamesConverter))> 
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property Names As String()
	Get
	Set
public:
[TypeConverterAttribute(typeof(FontNamesConverter))]
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property array<String^>^ Names {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
public:
[TypeConverterAttribute(typeof(FontNamesConverter))]
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property array<String^>^ Names {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
[<TypeConverterAttribute(typeof(FontNamesConverter))>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member Names : string[] with get, set
[<TypeConverterAttribute(typeof(FontNamesConverter))>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member Names : string[] with get, set
Property Value
array<String>[]()[][]

Assembly: Keyoti4.SearchEnginePro.Web (Module: Keyoti4.SearchEnginePro.Web.dll) Version: 2015.6.15.120