AppDomainSetup.LicenseFile 属性

定义

获取或设置与此域关联的许可证文件的位置。

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

属性值

许可证文件的位置和名称。

实现

适用于