PropertyEntry.StandardValues Property

Definition

Gets a set of possible values supported by this PropertyEntry.

public:
 abstract property System::Collections::ICollection ^ StandardValues { System::Collections::ICollection ^ get(); };
public abstract System.Collections.ICollection StandardValues { get; }
member this.StandardValues : System.Collections.ICollection
Public MustOverride ReadOnly Property StandardValues As ICollection

Property Value

An ICollection of possible values.

Applies to