DynamicKeywordProperty.Values Property

Definition

List of strings that may be used as values for this property.

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

Property Value

Applies to