SnapInSettingsAttribute.LicenseFile Property

 

Gets or sets the license file for the snap-in.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public string LicenseFile { get; set; }
public:
property String^ LicenseFile {
    String^ get();
    void set(String^ value);
}
member LicenseFile : string with get, set
Public Property LicenseFile As String

Property Value

Type: System.String

The license file

See Also

SnapInSettingsAttribute Class
Microsoft.ManagementConsole Namespace

Return to top