| Visual Basic (Declaration) | |
|---|---|
Public Function TryGetValue( _ ByVal name As String, _ ByRef value As String _ ) As Boolean  | |
Parameters
- name
 - The name of the attribute to find
 - value
 - Set to the value of the attribute
 
Return Value
Returns true if the attribute was definedTarget Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
XmlLightAttributes ClassXmlLightAttributes Members