Partager via


LinkLauncher.XmlDataToLoadFirst Property

 

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

A System.String.

See Also

LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top