Share via


BasicPropertyAttribute.IsBasicProperty Property

Retrieves a Boolean indicating whether the property is "basic".

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public ReadOnly Property IsBasicProperty As Boolean
    Get
public bool IsBasicProperty { get; }
public:
property bool IsBasicProperty {
    bool get ();
}
member IsBasicProperty : bool
function get IsBasicProperty () : boolean

Property Value

Type: System.Boolean
Returns true if the property is "basic"; otherwise returns false. The default is false.

Remarks

Properties that are "basic" are those most commonly used and are typically needed to establish a connection.

.NET Framework Security

See Also

Reference

BasicPropertyAttribute Class

Microsoft.VisualStudio.Data Namespace