Android.Resource.Attribute.Resource Field
Resource identifier to assign to this piece of named meta-data.

Value: 16842789

Syntax

[Android.Runtime.Register("resource")]
public const int Resource

Remarks

Resource identifier to assign to this piece of named meta-data. The resource identifier can later be retrieved from the meta data Bundle through Android.OS.Bundle.GetInt(string).

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1