Share via


PropertyConfiguration.DeclaringType Property

 

Gets the declaring type.

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

Syntax

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

Property Value

Type: System.Web.OData.Builder.StructuralTypeConfiguration

Returns StructuralTypeConfiguration.

See Also

PropertyConfiguration Class
System.Web.OData.Builder Namespace

Return to top