CompareDate.Right プロパティ

 

右の値を取得または設定します。

名前空間:   Microsoft.Activities.Expressions
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

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

プロパティ値

Type: System.Activities.InArgument<DateTime>

右の値を返します。

参照

CompareDate クラス
Microsoft.Activities.Expressions 名前空間

トップに戻る