SingletonPathSegment.SingletonName Property

 

Gets the name of the singleton.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public string SingletonName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ SingletonName {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member SingletonName : string with get, private set
Public Property SingletonName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

SingletonPathSegment Class
System.Web.OData.Routing Namespace

Return to top