AttributeMetadata.IsValidODataAttribute 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 whether the attribute represents a property that is available in the Web API.
public:
property bool IsValidODataAttribute { bool get(); };
[System.Runtime.Serialization.DataMember]
public bool IsValidODataAttribute { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsValidODataAttribute : bool
Public ReadOnly Property IsValidODataAttribute As Boolean
Property Value
true
if the attribute represents a Web API property; otherwise, false
.
- Attributes
Remarks
This value is only populated when called using the Web API. More information: Retrieving attributes