RegisteredProperty Class

Definition

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
RegisteredProperty
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.

Applies to