ProductName Property (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("ControlProductNameDescr")>
Public ReadOnly Property ProductName As System.String
'Usage
Dim instance As LicenseDialog
Dim value As System.String
value = instance.ProductName
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlProductNameDescr")]
public System.string ProductName {get;}
public read-only property ProductName: System.String;
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("ControlProductNameDescr")
public function get ProductName : System.String
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlProductNameDescr")]
public: __property System.string* get_ProductName();
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlProductNameDescr")]
public:
property System.String^ ProductName {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also