次の方法で共有


SequenceClass.ForcedExecutionValue プロパティ

定義

コンテナー定義の値を含むオブジェクトを取得または設定します。

public:
 virtual property System::Object ^ ForcedExecutionValue { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object ForcedExecutionValue { get; set; }
member this.ForcedExecutionValue : obj with get, set
Public Overridable Property ForcedExecutionValue As Object

プロパティ値

コンテナー定義の値を含むオブジェクトです。

実装

注釈

詳細については、「Sequence」を参照してください。

適用対象