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

Retrieves the product version of this specific component.

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

See Also

RichControl Class | RichControl Members | System.WinForms Namespace