NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontInfo.Names

[To be supplied.]

[Visual Basic]
Public Property Names As String ()
[C#]
public string[] Names {get; set;}
[C++]
public: __property String* get_Names();
public: __property void set_Names(String*[]);
[JScript]
public function get Names() : String[];
public function set Names(String[]);

See Also

FontInfo Class | FontInfo Members | System.Web.UI.WebControls Namespace