PropertyGroup.DefaultProperty Property

Gets or sets the name of the default property in the collection.

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

Syntax

'Declaration
Public Property DefaultProperty As PropertyItem
    Get
    Set
'Usage
Dim instance As PropertyGroup
Dim value As PropertyItem

value = instance.DefaultProperty

instance.DefaultProperty = value
public PropertyItem DefaultProperty { get; set; }
public:
property PropertyItem^ DefaultProperty {
    PropertyItem^ get ();
    void set (PropertyItem^ value);
}
function get DefaultProperty () : PropertyItem
function set DefaultProperty (value : PropertyItem)
member DefaultProperty : PropertyItem with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser.PropertyItem
Returns a PropertyItem.

.NET Framework Security

See Also

Reference

PropertyGroup Class

PropertyGroup Members

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