Свойство ParseNumber<T>.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>

Возвращает значение для анализа.

См. также

ParseNumber<T> - класс
Microsoft.Activities.Expressions - пространство имен

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