ODataSingletonInfo Class
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.
Class representing a singleton in a service document.
public sealed class ODataSingletonInfo : Microsoft.OData.ODataServiceDocumentElement
type ODataSingletonInfo = class
inherit ODataServiceDocumentElement
Public NotInheritable Class ODataSingletonInfo
Inherits ODataServiceDocumentElement
- Inheritance
Constructors
ODataSingletonInfo() |
Properties
Name |
Gets or sets the name of the element; this is the entity set or singleton name in JSON and the HREF in Atom. (Inherited from ODataServiceDocumentElement) |
Title |
Gets or sets the title of the element; this is the title in JSON. (Inherited from ODataServiceDocumentElement) |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
Url |
Gets or sets the URI representing the Unified Resource Locator (URL) to the element. (Inherited from ODataServiceDocumentElement) |