Heureka API .NET Documentation
Path Property (ControlTable)



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