AttributeMetadata.IsValidODataAttribute Property

Definition

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

Applies to