JAMS Developer Guide
ProductName Property (SubmitMenu)


MVPSI.JAMS Namespace > SubmitMenu Class : ProductName Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.BrowsableAttribute(False)>
<SRDescriptionAttribute("Retrieves the name of the product associated with this component.")>
Public ReadOnly Property ProductName As System.String
'Usage
 
Dim instance As SubmitMenu
Dim value As System.String
 
value = instance.ProductName
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[SRDescription("Retrieves the name of the product associated with this component.")]
public System.string ProductName {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubmitMenu Class
SubmitMenu Members