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 this enum underlying Type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public Type UnderlyingType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property Type^ UnderlyingType {
[CompilerGeneratedAttribute]
Type^ get();
[CompilerGeneratedAttribute]
private: void set(Type^ value);
}
member UnderlyingType : Type with get, private set
Public Property UnderlyingType As Type
Get
Private Set
End Property
Property Value
Type: System.Type
See Also
EnumTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top