| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("Retrieves the name of the product associated with this component.")> Public ReadOnly Property ProductName As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Medical3DControl Dim value As String value = instance.ProductName | |
| C# | |
|---|---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [SRDescriptionAttribute("Retrieves the name of the product associated with this component.")] public string ProductName {get;} | |
| C++/CLI | |
|---|---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [SRDescriptionAttribute("Retrieves the name of the product associated with this component.")] public: property String^ ProductName { String^ get(); } | |
Property Value
The product name of the assembly containing the control.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code