ParseGuid.Value プロパティ

 

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

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

構文

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

プロパティ値

Type: System.Activities.InArgument<String>

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

参照

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

トップに戻る