Share via


PropertyViewer.Properties Property

Gets the collection of properties shown by the control.

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

Syntax

'Declaration
Public ReadOnly Property Properties As PropertyViewer..::..PropertyItemCollection
    Get
'Usage
Dim instance As PropertyViewer
Dim value As PropertyViewer..::..PropertyItemCollection

value = instance.Properties
public PropertyViewer..::..PropertyItemCollection Properties { get; }
public:
property PropertyViewer..::..PropertyItemCollection^ Properties {
    PropertyViewer..::..PropertyItemCollection^ get ();
}
member Properties : PropertyViewer..::..PropertyItemCollection
function get Properties () : PropertyViewer..::..PropertyItemCollection

Property Value

Type: Microsoft.SqlServer.Management.Controls.PropertyViewer.PropertyItemCollection
The new value of the PropertyItemCollection.