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

プロパティ値

String

ライセンス ファイルの場所と名前。

実装

適用対象