ProductName
Gets the name of the product (for example, "Altova MapForce Server").
Signature
ProductName : String |
Generic signature
string ProductName { get; } |
C#
HRESULT ProductName([out, retval] BSTR* pstrVal); |
C++
ReadOnly Property ProductName As String |
VB.NET