Share via


BasicPropertyAttribute.IsBasicProperty Property

Definition

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

public:
 property bool IsBasicProperty { bool get(); };
public bool IsBasicProperty { get; }
member this.IsBasicProperty : bool
Public ReadOnly Property IsBasicProperty As Boolean

Property Value

Returns true if the property is "basic"; otherwise returns false. The default is false.

Applies to