This document is archived and information here might be outdated. Recommended version. |
The name of the sensor product associated with the item's data source. The value in this property appears in the ProductName field of the mosaic catalog.
[Visual Basic .NET]
Public Property ProductName As String
[C#]
public string ProductName {get; set;}
[C++]
HRESULT get_ProductName(
BSTR pProductName
);
[C++]
HRESULT put_ProductName(
System.String* pProductName
);
[C++] Parameters pProductName [in]
pProductName is a parameter of type BSTR pProductName [out, retval]
pProductName is a parameter of type BSTR*