Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a boolean indicating whether the link factory follows OData conventions or not.
Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public bool FollowsConventions {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property bool FollowsConventions {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    private: void set(bool value);
}
member FollowsConventions : bool with get, private set
Public Property FollowsConventions As Boolean
    Get
    Private Set
End Property
Property Value
Type: System.Boolean
See Also
SelfLinkBuilder<T> Class
System.Web.Http.OData.Builder Namespace
Return to top