--- title: "InstanceName Property (ClientSettings)" ms.custom: seo-lt-2019 ms.date: "03/14/2017" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: wmi ms.topic: "reference" apiname: - "InstanceName Property (ClientSettings Class)" apilocation: - "sqlmgmproviderxpsp2up.mof" apitype: "MOFDef" helpviewer_keywords: - "InstanceName property" ms.assetid: 58dacb4a-751a-491f-9adb-88ec6afc797c author: "CarlRabeler" ms.author: "carlrab" --- # ClientSettings Class - InstanceName Property [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] Gets the name of the instance of the [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] client. ## Syntax ``` object.InstanceName [= value] ``` ## Parts *object* A **ClientSettings** object that represents settings on a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] client instance. ## Property Value/Return Value A string value that specifies the name of the instance of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] client. ## Remarks