Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual 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
Assembly: Keyoti4.SearchEnginePro.Web (Module: Keyoti4.SearchEnginePro.Web.dll) Version: 2015.6.15.120