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

適用対象