IAppDomainSetup.LicenseFile 属性
定义
获取或设置与此域关联的许可证文件的位置。Gets or sets the location of the license file associated with this domain.
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。A String that specifies the name of the license file.