ActivityReferenceBase.Arguments Property

Definition

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Activities::Argument ^> ^ Arguments { System::Collections::Generic::Dictionary<System::String ^, System::Activities::Argument ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Activities.Argument> Arguments { get; }
member this.Arguments : System.Collections.Generic.Dictionary<string, System.Activities.Argument>
Public ReadOnly Property Arguments As Dictionary(Of String, Argument)

Property Value

Implements

Applies to