Language

RegisteredPropertyDictionary Class

Definition

Represents the registered property of the class in the dictionary.

public ref class RegisteredPropertyDictionary : 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 RegisteredPropertyDictionary : 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 RegisteredPropertyDictionary = class
    inherit LocalizationManager
Public Class RegisteredPropertyDictionary
Inherits LocalizationManager
Inheritance
RegisteredPropertyDictionary
Attributes

Constructors

Name Description
RegisteredPropertyDictionary()

Initializes a new instance of the RegisteredPropertyDictionary class.

Properties

Name Description
Property

Gets or sets the property of the PropertyDictionary.

ResourceManager

Gets or sets the string value for the ResourceManager control.

(Inherited from LocalizationManager)

Methods

Name Description
GetPropertyCollection(IServiceProvider)

Retrieves the specified property collection from the RegisteredPropertyDictionary.

Applies to