Share via


ODataServiceDocument.Singletons Property

Definition

Gets or sets the set of singletons in the service document.

public System.Collections.Generic.IEnumerable<Microsoft.OData.ODataSingletonInfo> Singletons { get; set; }
member this.Singletons : seq<Microsoft.OData.ODataSingletonInfo> with get, set
Public Property Singletons As IEnumerable(Of ODataSingletonInfo)

Property Value

The set of singletons in the service document.

Applies to