BindingParameters.SelectedParties Property

Definition

public:
 property System::Collections::Generic::List<System::String ^> ^ SelectedParties { System::Collections::Generic::List<System::String ^> ^ get(); void set(System::Collections::Generic::List<System::String ^> ^ value); };
public System.Collections.Generic.List<string> SelectedParties { get; set; }
member this.SelectedParties : System.Collections.Generic.List<string> with get, set
Public Property SelectedParties As List(Of String)

Property Value

List<String>

Applies to