IntegerListParameter.Values Property

Definition

public:
 property System::Collections::Generic::List<int> ^ Values { System::Collections::Generic::List<int> ^ get(); };
public System.Collections.Generic.List<int> Values { get; }
member this.Values : System.Collections.Generic.List<int>
Public ReadOnly Property Values As List(Of Integer)

Property Value

List<Int32>

Applies to