IAppDomainSetup.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

属性值

String

指定许可证文件名称的 String

适用于