Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the IEdmPrimitiveType associated with this PrimitiveTypeConfiguration
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmPrimitiveType EdmPrimitiveType { get; }
public:
property IEdmPrimitiveType^ EdmPrimitiveType {
IEdmPrimitiveType^ get();
}
member EdmPrimitiveType : IEdmPrimitiveType with get
Public ReadOnly Property EdmPrimitiveType As IEdmPrimitiveType
Property Value
Type: Microsoft.Data.Edm.IEdmPrimitiveType
See Also
PrimitiveTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top