UpdateList.Add Property

Definition

Provides access to the Add parameter.

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

Property Value

Attributes

Applies to