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!

RichControl.CompanyName

Retrieves the company name of this specific component.

[Visual Basic]
Public ReadOnly Property CompanyName As String
[C#]
public string CompanyName {get;}
[C++]
public: __property String* get_CompanyName();
[JScript]
public function get CompanyName() : String;

See Also

RichControl Class | RichControl Members | System.WinForms Namespace