Share via


GetTimeSpanFields.Hours プロパティ

 

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

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

構文

[OverloadGroupAttribute("Field")]
[DefaultValueAttribute(null)]
public OutArgument<int> Hours {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[OverloadGroupAttribute("Field")]
[DefaultValueAttribute(null)]
property OutArgument<int>^ Hours {
    [CompilerGeneratedAttribute]
    OutArgument<int>^ get();
    [CompilerGeneratedAttribute]
    void set(OutArgument<int>^ value);
}
[<OverloadGroupAttribute("Field")>]
[<DefaultValueAttribute(null)>]
member Hours : OutArgument<int> with get, set
<OverloadGroupAttribute("Field")>
<DefaultValueAttribute(Nothing)>
Public Property Hours As OutArgument(Of Integer)

プロパティ値

Type: System.Activities.OutArgument<Int32>

時間の値を返します。

参照

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

トップに戻る