Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.