IsAttribute Method (INote)
Obsolete. Not superseded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsAttribute() As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As System.Boolean
value = instance.IsAttribute() |
C# | |
---|
System.bool IsAttribute() |
C++/CLI | |
---|
System.bool IsAttribute(); |
See Also