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 CLR Type of the property.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public abstract Type RelatedClrType { get; }
public:
property Type^ RelatedClrType {
virtual Type^ get() abstract;
}
abstract RelatedClrType : Type with get
Public MustOverride ReadOnly Property RelatedClrType As Type
Property Value
Type: System.Type
Returns Type.
See Also
PropertyConfiguration Class
System.Web.OData.Builder Namespace
Return to top