Proprietà IsEqualBoolean.Right

 

Ottiene o imposta il valore destro.

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

Sintassi

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

Valore proprietà

Type: System.Activities.InArgument<Boolean>

Restituisce il valore destro.

Vedere anche

Classe IsEqualBoolean
Spazio dei nomi Microsoft.Activities.Expressions

Torna all'inizio