Noemax FastInfoset.NET
HasAttributes Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : HasAttributes Property






Syntax

Visual Basic (Declaration) 
Public ReadOnly Property HasAttributes As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
value = instance.HasAttributes
C# 
public bool HasAttributes {get;}
Delphi 
public read-only property HasAttributes: Boolean; 
JScript 
public function get HasAttributes : boolean
Managed Extensions for C++ 
public: __property bool get_HasAttributes();
C++/CLI 
public:
property bool HasAttributes {
   bool get();
}

See Also