Share via


PropertyConfiguration.DeclaringType Property

Gets the declaring type.

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

Syntax

'Declaration
Public Property DeclaringType As StructuralTypeConfiguration 
    Get 
    Private Set
'Usage
Dim instance As PropertyConfiguration 
Dim value As StructuralTypeConfiguration 

value = instance.DeclaringType
public StructuralTypeConfiguration DeclaringType { get; private set; }
public:
property StructuralTypeConfiguration^ DeclaringType {
    StructuralTypeConfiguration^ get ();
    private: void set (StructuralTypeConfiguration^ value);
}
member DeclaringType : StructuralTypeConfiguration with get, private set
function get DeclaringType () : StructuralTypeConfiguration 
private function set DeclaringType (value : StructuralTypeConfiguration)

Property Value

Type: System.Web.Http.OData.Builder.StructuralTypeConfiguration

See Also

Reference

PropertyConfiguration Class

System.Web.Http.OData.Builder Namespace