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입니다.

적용 대상