Provider.Service.GetAttribute(String) Method

Definition

Returns the value of the attribute with the specified name.

[Android.Runtime.Register("getAttribute", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public string GetAttribute (string name);
[<Android.Runtime.Register("getAttribute", "(Ljava/lang/String;)Ljava/lang/String;", "")>]
member this.GetAttribute : string -> string

Parameters

name
String

the name of the attribute.

Returns

String
Attributes

Exceptions

if name is null.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to