AssociatedPropertyInfo.FilteringValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of filtering values associated with this property. Used for ShapeField visibility property associations.
public:
property System::Collections::IList ^ FilteringValues { System::Collections::IList ^ get(); };
public System.Collections.IList FilteringValues { get; }
member this.FilteringValues : System.Collections.IList
Public ReadOnly Property FilteringValues As IList