BootstrapContext.Token プロパティ

定義

コンテキストを初期化するために使用された文字列を取得します。

public:
 property System::String ^ Token { System::String ^ get(); };
public string Token { get; }
member this.Token : string
Public ReadOnly Property Token As String

プロパティ値

コンテキストを初期化するために使用された文字列、または null

注釈

このプロパティは、コンストラクターが BootstrapContext.BootstrapContext(String) 使用された場合にのみ設定されます。それ以外の場合は です null

適用対象