IPropertiesAvailableStatus.AvailableProperties 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.
Gets names of properties containing value in an entity (or in a query result).
public System.Collections.Generic.IEnumerable<string> AvailableProperties { get; }
member this.AvailableProperties : seq<string>
Public ReadOnly Property AvailableProperties As IEnumerable(Of String)
Property Value
A collection of names of properties.