RegisteredProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the registered property of the class.
public ref class RegisteredProperty : Microsoft::SqlServer::Management::LocalizationManager
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class RegisteredProperty : Microsoft.SqlServer.Management.LocalizationManager
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type RegisteredProperty = class
inherit LocalizationManager
Public Class RegisteredProperty
Inherits LocalizationManager
- Inheritance
- Attributes
Constructors
RegisteredProperty() |
Initializes a new instance of the RegisteredProperty class. |
Properties
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. |