Share via


ParseDate.Value プロパティ

 

解析対象の値を取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument<String>

解析対象の値を返します。

参照

ParseDate クラス
Microsoft.Activities.Expressions 名前空間

トップに戻る