IsEqualBoolean.Right 属性

 

获取或设置右值。

命名空间:   Microsoft.Activities.Expressions
程序集:  Microsoft.Activities(Microsoft.Activities.dll 中)

语法

[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)

属性值

Type: System.Activities.InArgument<Boolean>

返回右值。

请参阅

IsEqualBoolean 类
Microsoft.Activities.Expressions 命名空间

返回页首