Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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