LinkLauncher.DataFilePath Property
Gets or sets the local disk location where this control can find XML or DLL files containing data for the links.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
[BrowsableAttribute(true)]
public string DataFilePath { get; set; }
public:
[BrowsableAttribute(true)]
property String^ DataFilePath {
String^ get();
void set(String^ value);
}
<BrowsableAttribute(True)>
Public Property DataFilePath As String
Property Value
Type: System.String
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top