Heureka API .NET Documentation
Filename Property (ControlTable)



Gets the filename of the file that this control table was imported from
Syntax
'Declaration
 
<CategoryAttribute("0. File Information")>
<DescriptionAttribute("File that this control table was imported from")>
<DisplayNameAttribute("Filename")>
<PropertyOrderAttribute(0)>
<ReadOnlyAttribute(True)>
Public ReadOnly Property Filename As String
'Usage
 
Dim instance As ControlTable
Dim value As String
 
value = instance.Filename
[Category("0. File Information")]
[Description("File that this control table was imported from")]
[DisplayName("Filename")]
[PropertyOrder(0)]
[ReadOnly(true)]
public string Filename {get;}
[Category("0. File Information")]
[Description("File that this control table was imported from")]
[DisplayName("Filename")]
[PropertyOrder(0)]
[ReadOnly(true)]
public:
property String^ Filename {
   String^ 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

ControlTable Class
ControlTable Members

Send Feedback