ODataNestedResourceInfo.IsCollection 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 or sets a value that indicates whether the nested resource info represents a collection or a resource.
public bool? IsCollection { get; set; }
member this.IsCollection : Nullable<bool> with get, set
Public Property IsCollection As Nullable(Of Boolean)
Property Value
true if the nested resource info represents a collection; false if the navigation represents a resource.
Remarks
This property is required to have a value for ATOM payloads and is optional for JSON payloads.