Proprietà CompareDate.Left

 

Ottiene o imposta il valore sinistro.

Spazio dei nomi:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

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

Valore proprietà

Type: System.Activities.InArgument<DateTime>

Restituisce il valore sinistro.

Vedere anche

Classe CompareDate
Spazio dei nomi Microsoft.Activities.Expressions

Torna all'inizio