EnumObject.FixedProperties 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.
list of the properties for which the value is know e.g. Name is know if the fileter is in the form [@Name='fff'] or [@Name='fff' and ( xxxxx ) ]
protected System.Collections.SortedList FixedProperties { get; }
member this.FixedProperties : System.Collections.SortedList
Protected ReadOnly Property FixedProperties As SortedList