TestPath.NewerThan Property

Definition

Provides access to the NewerThan parameter.

public:
 property System::Activities::InArgument<Nullable<DateTime>> ^ NewerThan { System::Activities::InArgument<Nullable<DateTime>> ^ get(); void set(System::Activities::InArgument<Nullable<DateTime>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<DateTime?> NewerThan { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.NewerThan : System.Activities.InArgument<Nullable<DateTime>> with get, set
Public Property NewerThan As InArgument(Of Nullable(Of DateTime))

Property Value

Attributes

Applies to