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
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.Http.OData.Builder.StructuralTypeConfiguration
See Also
PropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top