BasicPropertyAttribute.IsBasicProperty Property
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.
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.