Share via


PropertyViewer.PropertyItem Class

Represents the property of each item in the property viewer.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Controls.PropertyViewer.PropertyItem
    Microsoft.SqlServer.Management.Controls.ObjectViewer.ObjectPropertyItem

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class PropertyItem
'Usage
Dim instance As PropertyViewer.PropertyItem
public class PropertyItem
public ref class PropertyItem
type PropertyItem =  class end
public class PropertyItem

The PropertyViewer.PropertyItem type exposes the following members.

Constructors

  Name Description
Public method PropertyViewer.PropertyItem(String) Initializes a new instance of the PropertyViewer.PropertyItem class with the default properties.
Public method PropertyViewer.PropertyItem(String, Int32) Initializes a new instance of the PropertyViewer.PropertyItem class with the specified name and priority.
Public method PropertyViewer.PropertyItem(String, Object) Initializes a new instance of the PropertyViewer.PropertyItem class with the specified name and value.
Public method PropertyViewer.PropertyItem(String, Object, Int32) Initializes a new instance of the PropertyViewer.PropertyItem class with the specified name, value, and priority.
Public method PropertyViewer.PropertyItem(String, String, Object, Int32) Initializes a new instance of the PropertyViewer.PropertyItem class with the specified name, category, value, and priority.

Top

Properties

  Name Description
Public property HideName Gets or sets a value indicating whether it is true or false.
Public property Name Gets the name of the property item.
Public property Priority Gets or sets a value indicating the priority of the property.
Public property SortKey Gets the sort key of the property item.
Public property Value Gets or sets the value of the property item.

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.