Share via


RegisteredPropertyDictionary Class

Represents the registered property of the class in the dictionary.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.LocalizationManager
    Microsoft.SqlServer.Management.RegisteredPropertyDictionary

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

Syntax

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

The RegisteredPropertyDictionary type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Property Gets or sets the property of the PropertyDictionary.
Public property ResourceManager Gets or sets the string value for the ResourceManager control. (Inherited from LocalizationManager.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetPropertyCollection Retrieves the specified property collection from the RegisteredPropertyDictionary.
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.