ParseDynamicValue.Json プロパティ

 

解析する JSON 文字列を取得または設定します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
public InArgument<string> Json {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
property InArgument<String^>^ Json {
    [CompilerGeneratedAttribute]
    InArgument<String^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<String^>^ value);
}
[<RequiredArgumentAttribute>]
[<DefaultValueAttribute(null)>]
member Json : InArgument<string> with get, set
<RequiredArgumentAttribute>
<DefaultValueAttribute(Nothing)>
Public Property Json As InArgument(Of String)

プロパティ値

Type: System.Activities.InArgument<String>

解析する JSON 文字列。

参照

ParseDynamicValue クラス
Microsoft.Activities 名前空間

トップに戻る