Share via


BasicPropertyAttribute(Boolean) Constructor

Definition

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

public:
 BasicPropertyAttribute(bool isBasicProperty);
public BasicPropertyAttribute (bool isBasicProperty);
new Microsoft.VisualStudio.Data.BasicPropertyAttribute : bool -> Microsoft.VisualStudio.Data.BasicPropertyAttribute
Public Sub New (isBasicProperty As Boolean)

Parameters

isBasicProperty
Boolean

Boolean value specifying whether the specified property is "basic."

Applies to