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.ProductName

Retrieves the product name of this specific component.

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

See Also

RichControl Class | RichControl Members | System.WinForms Namespace