Android.Resource.Attribute.SharedUserLabel Field
Specify a label for the shared user UID of this package.

Value: 16843361

Syntax

[Android.Runtime.Register("sharedUserLabel")]
public const int SharedUserLabel

Remarks

Specify a label for the shared user UID of this package. This is only used if you have also used android:sharedUserId. This must be a reference to a string resource; it can not be an explicit 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 3