Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AppDomainSetup::LicenseFile Property

 

Gets or sets the location of the license file associated with this domain.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ LicenseFile {
	virtual String^ get() sealed;
	virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

The location and name of the license file.

FileIOPermission

for access to the path information. Associated enumeration: FileIOPermissionAccess::PathDiscovery

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft