--- title: "ProtocolName Property (ClientNetLibInfo)" ms.custom: seo-lt-2019 ms.date: "03/04/2017" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: wmi ms.topic: "reference" apiname: - "ProtocolName Property (ClientNetLibInfo Class)" apilocation: - "sqlmgmproviderxpsp2up.mof" apitype: "MOFDef" helpviewer_keywords: - "ProtocolName property" ms.assetid: 3af93df3-69df-4a55-82cd-294ad70cc0cb author: "CarlRabeler" ms.author: "carlrab" --- # ProtocolName Property (ClientNetLibInfo Class) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] Gets the name of the protocol that is associated with the client network library. ## Syntax ``` object.ProtocolName [= 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 string value that specifies the name of the protocol associated with the client network library. ## Remarks ## See Also [Configure Client Protocols](https://technet.microsoft.com/library/ms181035.aspx)