GetTimeSpanFields.TotalHours プロパティ

合計時間数を取得または設定します。

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

構文

'宣言
<OverloadGroupAttribute("Total")> _
Public Property TotalHours As OutArgument(Of Double)
    Get 
    Set
'使用
Dim instance As GetTimeSpanFields 
Dim value As OutArgument(Of Double)

value = instance.TotalHours

instance.TotalHours = value
[OverloadGroupAttribute("Total")]
public OutArgument<double> TotalHours { get; set; }
[OverloadGroupAttribute(L"Total")]
public:
property OutArgument<double>^ TotalHours {
    OutArgument<double>^ get ();
    void set (OutArgument<double>^ value);
}
[<OverloadGroupAttribute("Total")>]
member TotalHours : OutArgument<float> with get, set
function get TotalHours () : OutArgument<double>
function set TotalHours (value : OutArgument<double>)

プロパティ値

型: System.Activities.OutArgument<Double>
合計時間数を返します。

関連項目

参照

GetTimeSpanFields クラス

Microsoft.Activities.Expressions 名前空間