Свойство StartsWithString.SearchValue

 

Получает или задает целевую строку для поиска.

Пространство имен:   Microsoft.Activities.Expressions
Сборка:  Microsoft.Activities (в Microsoft.Activities.dll)

Синтаксис

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

Значение свойства

Type: System.Activities.InArgument<String>

Возвращает целевую строку для поиска.

См. также

StartsWithString - класс
Microsoft.Activities.Expressions - пространство имен

Вернуться в начало