共用方式為


GetDate.Second Property

Definition

Provides access to the Second parameter.

public:
 property System::Activities::InArgument<int> ^ Second { System::Activities::InArgument<int> ^ get(); void set(System::Activities::InArgument<int> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<int> Second { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Second : System.Activities.InArgument<int> with get, set
Public Property Second As InArgument(Of Integer)

Property Value

Attributes

Applies to