NavigationLinkBuilder.FollowsConventions Property
Gets a value representing whether this factory follows OData conventions or not.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Property FollowsConventions As Boolean
Get
Private Set
'Usage
Dim instance As NavigationLinkBuilder
Dim value As Boolean
value = instance.FollowsConventions
public bool FollowsConventions { get; private set; }
public:
property bool FollowsConventions {
bool get ();
private: void set (bool value);
}
member FollowsConventions : bool with get, private set
function get FollowsConventions () : boolean
private function set FollowsConventions (value : boolean)
Property Value
Type: System.Boolean