Udostępnij za pośrednictwem


ClrTypeAnnotation.ClrType Property

 

Gets the backing CLR type for the EDM type.

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

Syntax

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

Property Value

Type: System.Type

See Also

ClrTypeAnnotation Class
System.Web.OData Namespace

Return to top