[This is preliminary documentation and is subject to change.]
Indicates if the attribute exists.
| C# | Visual Basic | Visual C++ |
public abstract bool Exists { get; }
Public MustOverride ReadOnly Property Exists As Boolean
public: virtual property bool Exists { bool get () abstract; }