--- title: "IsReadOnly Property (SqlServiceAdvancedProperty Class) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: wmi ms.topic: "reference" api_name: - "IsReadOnly Property (SqlServiceAdvancedProperty Class)" api_location: - "sqlmgmproviderxpsp2up.mof" topic_type: - "apiref" helpviewer_keywords: - "IsReadOnly property" ms.assetid: 9672e70f-1d8c-4133-ac73-3b5733a1c4ee author: CarlRabeler ms.author: carlrab manager: craigg --- # IsReadOnly Property (SqlServiceAdvancedProperty Class) Gets or sets the Boolean property that specifies whether the advanced property is read-only or not. ## Syntax ``` object .IsReadOnly [= value] ``` ## Parts *object* A [SqlServiceAdvancedProperty Class](sqlserviceadvancedproperty-class.md) object that represents an advanced property. ## Property Value/Return Value A Boolean value that specifies whether the advanced property is read-only or not: `true` if the advanced property is read-only, or `false` if the advanced property can be modified. ## Remarks ## See Also [Starting and Stopping Services](https://technet.microsoft.com/library/ms174886\(v=sql.105\).aspx)