Compartir a través de


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

Public ReadOnly Property IsBasicProperty As Boolean

Dim instance As BasicPropertyAttribute
Dim value As Boolean

value = instance.IsBasicProperty
public bool IsBasicProperty { get; }
public:
property bool IsBasicProperty {
    bool get ();
}
public 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.

Permissions

See Also

Reference

BasicPropertyAttribute Class

BasicPropertyAttribute Members

Microsoft.VisualStudio.Data Namespace