Slu.Heureka.BaseLayer.ConfigurationHandling Namespace > ControlTable Class : Path Property |
'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); }
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