ODataServiceDocument.Singletons 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 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.