Share via


ODataNestedResourceInfo.IsCollection Property

Definition

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.

Applies to