IsEqualString.Text プロパティ

 

照合対象のターゲット テキストを取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument<String>

照合対象のターゲット テキストを返します。

参照

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

トップに戻る