Share via


RegisteredProperty Class

Represents the registered property of the class.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.LocalizationManager
    Microsoft.SqlServer.Management.RegisteredProperty

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class RegisteredProperty _
    Inherits LocalizationManager
'Usage
Dim instance As RegisteredProperty
[SerializableAttribute]
public class RegisteredProperty : LocalizationManager
[SerializableAttribute]
public ref class RegisteredProperty : public LocalizationManager
[<SerializableAttribute>]
type RegisteredProperty =  
    class
        inherit LocalizationManager
    end
public class RegisteredProperty extends LocalizationManager

The RegisteredProperty type exposes the following members.

Constructors

  Name Description
Public method RegisteredProperty Initializes a new instance of the RegisteredProperty class.

Top

Properties

  Name Description
Public property Browsable Gets or sets a value indicating whether property can be browsed.
Public property Category Gets or sets the category of the property.
Public property Description Gets or sets description of the property.
Public property Name Gets or sets the name of the property.
Public property ResourceManager Gets or sets the string value for the ResourceManager control. (Inherited from LocalizationManager.)
Public property Type Gets or sets the type of the property.
Public property Value Gets or sets the localizable value of the property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.