IP*Works! 2016 Xamarin Edition
IP*Works! 2016 Xamarin Edition
Questions / Feedback?

GetAttr Method

Returns the value of the specified attribute.

Syntax

[VB.NET]
Public Function GetAttr(ByVal AttrName As String) As String
[C#]
public string GetAttr(string attrName);

Remarks

This method returns the value of the attribute specified by the AttrName parameter.

If the attribute does not exist an empty string is returned. The behavior when an attribute does not exit is controlled by ErrorOnEmptyAttr.

Please refer to the XAttributes collection for more information.

NOTE: This method has a corresponding asynchronous version (GetAttrAsync) for use in the Xamarin environment.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
IP*Works! 2016 Xamarin Edition - Version 16.0 [Build 6621]