RegisteredProperty Class

 

Represents the registered property of the class.

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

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

[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute("code")]
public ref class RegisteredProperty : LocalizationManager

NameDescription
System_CAPS_pubmethodRegisteredProperty()

Initializes a new instance of the RegisteredProperty class.

NameDescription
System_CAPS_pubpropertyBrowsable

Gets or sets a value indicating whether property can be browsed.

System_CAPS_pubpropertyCategory

Gets or sets the category of the property.

System_CAPS_pubpropertyDescription

Gets or sets description of the property.

System_CAPS_pubpropertyName

Gets or sets the name of the property.

System_CAPS_pubpropertyResourceManager

Gets or sets the string value for the ResourceManager control.(Inherited from LocalizationManager.)

System_CAPS_pubpropertyType

Gets or sets the type of the property.

System_CAPS_pubpropertyValue

Gets or sets the localizable value of the property.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: