Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the base type of this complex type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public ComplexTypeConfiguration BaseType { get; }
public:
property ComplexTypeConfiguration^ BaseType {
ComplexTypeConfiguration^ get();
}
member BaseType : ComplexTypeConfiguration with get
Public ReadOnly Property BaseType As ComplexTypeConfiguration
Property Value
Type: System.Web.OData.Builder.ComplexTypeConfiguration
See Also
ComplexTypeConfiguration<TComplexType> Class
System.Web.OData.Builder Namespace
Return to top