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 formatted XML string to load before the files in the file path are loaded.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string XmlDataToLoadFirst { get; set; }
public:
property String^ XmlDataToLoadFirst {
String^ get();
void set(String^ value);
}
Public Property XmlDataToLoadFirst As String
Property Value
Type: System.String
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top