DateInRange.Input Property

 

Gets or sets the input date to check.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

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

Property Value

Type: System.Activities.InArgument<DateTime>

Returns the input date to check.

See Also

DateInRange Class
Microsoft.Activities.Expressions Namespace

Return to top