次の方法で共有


ValidationSettings.Environment プロパティ

定義

この検証設定に関連付けられている変数と引数の環境を取得または設定します。

public:
 property System::Activities::LocationReferenceEnvironment ^ Environment { System::Activities::LocationReferenceEnvironment ^ get(); void set(System::Activities::LocationReferenceEnvironment ^ value); };
public System.Activities.LocationReferenceEnvironment Environment { get; set; }
member this.Environment : System.Activities.LocationReferenceEnvironment with get, set
Public Property Environment As LocationReferenceEnvironment

プロパティ値

この検証設定に関連付けられている変数と引数の環境。

適用対象