EnumMemberConfiguration.AddedExplicitly Property
Gets or sets a value that is true if the member was added by the user; false if it was inferred through conventions.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool AddedExplicitly {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool AddedExplicitly {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
void set(bool value);
}
member AddedExplicitly : bool with get, set
Public Property AddedExplicitly As Boolean
Property Value
Type: System.Boolean
Remarks
The default value is true
See Also
EnumMemberConfiguration Class
System.Web.OData.Builder Namespace
Return to top