Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorClientBrowserInfo Class / DeviceMemory Property

In This Topic
    DeviceMemory Property
    In This Topic
    The memory counting in GB of client.
    Syntax
    'Declaration
     
    
    Public Property DeviceMemory As Nullable(Of Single)
    public Nullable<float> DeviceMemory {get; set;}
    See Also