CreateDate.Second プロパティ

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

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

構文

'宣言
<DependsOnAttribute("Minute")> _
Public Property Second As InArgument(Of Integer)
    Get 
    Set
'使用
Dim instance As CreateDate 
Dim value As InArgument(Of Integer)

value = instance.Second

instance.Second = value
[DependsOnAttribute("Minute")]
public InArgument<int> Second { get; set; }
[DependsOnAttribute(L"Minute")]
public:
property InArgument<int>^ Second {
    InArgument<int>^ get ();
    void set (InArgument<int>^ value);
}
[<DependsOnAttribute("Minute")>]
member Second : InArgument<int> with get, set
function get Second () : InArgument<int>
function set Second (value : InArgument<int>)

プロパティ値

型: System.Activities.InArgument<Int32>
秒の値を返します。

関連項目

参照

CreateDate クラス

Microsoft.Activities.Expressions 名前空間