RegisteredProperty Class
Represents the registered property of the class.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Microsoft.SqlServer.Management::LocalizationManager
Microsoft.SqlServer.Management::RegisteredProperty
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [DebuggerStepThroughAttribute] [DesignerCategoryAttribute("code")] public ref class RegisteredProperty : LocalizationManager
| Name | Description | |
|---|---|---|
![]() | RegisteredProperty() | Initializes a new instance of the RegisteredProperty class. |
| Name | Description | |
|---|---|---|
![]() | Browsable | Gets or sets a value indicating whether property can be browsed. |
![]() | Category | Gets or sets the category of the property. |
![]() | Description | Gets or sets description of the property. |
![]() | Name | Gets or sets the name of the property. |
![]() | ResourceManager | Gets or sets the string value for the ResourceManager control.(Inherited from LocalizationManager.) |
![]() | Type | Gets or sets the type of the property. |
![]() | Value | Gets or sets the localizable value of the property. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


