This document is archived and information here might be outdated. Recommended version. |
Indicates if the product and/or extension code is set.
[Visual Basic .NET]
Public Property ProductAndExtensionCodes As Boolean
[C#]
public bool ProductAndExtensionCodes {get; set;}
[C++]
HRESULT get_ProductAndExtensionCodes(
Boolean* productAndExtension
);
[C++]
HRESULT put_ProductAndExtensionCodes(
VARIANT_BOOL productAndExtension
);
[C++] Parameters productAndExtension [out, retval]
productAndExtension is a parameter of type bool* productAndExtension [in]
productAndExtension is a parameter of type bool