Свойство SubtractFromDate.Input

 

Получает или задает входную дату.

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

Синтаксис

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

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

Type: System.Activities.InArgument<DateTime>

Возвращает входную дату.

См. также

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

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