EnumTypeConfiguration.AddedExplicitly Property
Gets or sets a value that is true if the type's name or namespace was set 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 false.
See Also
EnumTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top