FastInfoset.NET Class Reference for .NET
HasAttributes Property (XmlFastInfosetReader)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public ReadOnly Property HasAttributes As System.Boolean
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.Boolean
 
value = instance.HasAttributes
[__DynamicallyInvokable()]
public System.bool HasAttributes {get;}
public read-only property HasAttributes: System.Boolean; 
__DynamicallyInvokableAttribute()
public function get HasAttributes : System.boolean
[__DynamicallyInvokable()]
public: __property System.bool get_HasAttributes();
[__DynamicallyInvokable()]
public:
property System.bool HasAttributes {
   System.bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members

Send Feedback