GoDiagram Web Reference
ReadAttrVal Method

the name of the attribute
Return an attribute's string value.
Syntax
'Declaration
 
Public Overridable Function ReadAttrVal( _
   ByVal name As String _
) As String
public virtual string ReadAttrVal( 
   string name
)

Parameters

name
the name of the attribute

Return Value

The value of the attribute named by name; if name is null or if the attribute is not present in the XmlReader or ReaderNode, this method returns null.
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

GoXmlReader Class
GoXmlReader Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback