Partager via


LinkLauncher.OemXmlFile Property

 

Gets or sets the location of the resource XML file.

Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public string OemXmlFile { get; set; }
public:
property String^ OemXmlFile {
    String^ get();
    void set(String^ value);
}
Public Property OemXmlFile As String

Property Value

Type: System.String

A System.String.

See Also

LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top