Gets the singleton represented by this segment.
Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmSingleton Singleton {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IEdmSingleton^ Singleton {
    [CompilerGeneratedAttribute]
    IEdmSingleton^ get();
    [CompilerGeneratedAttribute]
    private: void set(IEdmSingleton^ value);
}
member Singleton : IEdmSingleton with get, private set
Public Property Singleton As IEdmSingleton
    Get
    Private Set
End Property
Property Value
Type: Microsoft.OData.Edm.IEdmSingleton
See Also
SingletonPathSegment Class
System.Web.OData.Routing Namespace
Return to top