Share via


EnumMemberConfiguration.DeclaringType Property

 

Gets the declaring type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public EnumTypeConfiguration DeclaringType {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property EnumTypeConfiguration^ DeclaringType {
    [CompilerGeneratedAttribute]
    EnumTypeConfiguration^ get();
    [CompilerGeneratedAttribute]
    private: void set(EnumTypeConfiguration^ value);
}
member DeclaringType : EnumTypeConfiguration with get, private set
Public Property DeclaringType As EnumTypeConfiguration
    Get
    Private Set
End Property

Property Value

Type: System.Web.OData.Builder.EnumTypeConfiguration

See Also

EnumMemberConfiguration Class
System.Web.OData.Builder Namespace

Return to top