NavigationLinkBuilder.FollowsConventions Property
Gets a value representing whether this factory follows OData conventions or not.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.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
NavigationLinkBuilder Class
System.Web.OData.Builder Namespace
Return to top