--- title: "Size Property (ClientNetLibInfo)" ms.custom: seo-lt-2019 ms.date: "03/03/2017" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: wmi ms.topic: "reference" apiname: - "Size Property (ClientNetLibInfo Class)" apilocation: - "sqlmgmproviderxpsp2up.mof" apitype: "MOFDef" helpviewer_keywords: - "Size property" ms.assetid: 66f7264e-2c18-40f5-8091-b5dd83d5716f author: "CarlRabeler" ms.author: "carlrab" --- # Size Property (ClientNetLibInfo Class) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] Gets the size of the client network library in kilobytes. ## Syntax ``` object.Size [= value] ``` ## Parts *object* A [ClientNetLibInfo Class](../../../relational-databases/wmi-provider-configuration-classes/clientnetlibinfo-class/clientnetlibinfo-class.md) object that represents information about the client net library. ## Property Value/Return Value A uint32 value that specifies the size of the client network library in KB. ## Remarks ## See Also [Configure Client Protocols](https://technet.microsoft.com/library/ms181035.aspx)