MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetAttributeValue Method (element, name)
NamespacesMPfm.CoreXMLHelperGetAttributeValue(XElement, String)
Returns the value of an attribute.
Declaration Syntax
C#Visual Basic
public static string GetAttributeValue(
	XElement element,
	string name
)
Public Shared Function GetAttributeValue ( _
	element As XElement, _
	name As String _
) As String
Parameters
element (XElement)
XElement containing the attribute
name (String)
Attribute name
Return Value
Attribute value

Assembly: MPfm.Core (Module: MPfm.Core) Version: 0.5.3.0 (0.5.3.0)