GetDateFields.Second Property

 

Gets or sets the second value.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

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

Property Value

Type: System.Activities.OutArgument<Int32>

The second value.

See Also

GetDateFields Class
Microsoft.Activities.Expressions Namespace

Return to top