BasicPropertyAttribute(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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."