AddMember.SecondValue Property

Definition

Provides access to the SecondValue parameter.

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

Property Value

Attributes

Applies to