Share via


BasicPropertyAttribute Class

Definition

Provides a means for indicating whether or not a given connection property is among those most commonly used.

public ref class BasicPropertyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class BasicPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type BasicPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class BasicPropertyAttribute
Inherits Attribute
Inheritance
BasicPropertyAttribute
Attributes

Constructors

Name Description
BasicPropertyAttribute(Boolean)

Class constructor. Initializes a new instance of the BasicPropertyAttribute class with a Boolean indication of whether the instance is "basic."

Fields

Name Description
No

Specifies that the property is not "basic".

Yes

Specifies that the property is considered "basic".

Properties

Name Description
IsBasicProperty

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

Methods

Name Description
Equals(Object)

Returns a value indicating whether the current instance is equal to a specified value. Overrides Equals(Boolean).

GetHashCode()

Returns the hash code for the current instance. Overrides GetHashCode().

Applies to