Partager via


LinkLauncher.OemXmlAssembly Property

 

Gets or sets the location of the resource XML assembly.

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

Syntax

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

Property Value

Type: System.String

A System.String.

See Also

LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top