Share via


Proprietà GetElapsedDays.ExcludeWeekends

 

Ottiene o imposta un valore che determina se escludere dal calcolo i fine settimana.

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

Sintassi

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

Valore proprietà

Type: System.Activities.InArgument<Boolean>

Restituisce un valore che determina se escludere dal calcolo i fine settimana.

Vedere anche

Classe GetElapsedDays
Spazio dei nomi Microsoft.Activities.Expressions

Torna all'inizio