PropertyGroup.Properties Property

Gets the collection of properties contained within this PropertyGroup.

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As List(Of PropertyItem)
    Get
'Usage
Dim instance As PropertyGroup
Dim value As List(Of PropertyItem)

value = instance.Properties
public List<PropertyItem> Properties { get; }
public:
property List<PropertyItem^>^ Properties {
    List<PropertyItem^>^ get ();
}
function get Properties () : List<PropertyItem>
member Properties : List<PropertyItem>

Property Value

Type: System.Collections.Generic.List<PropertyItem>

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace