DeviceAdminInfo.Component Property

Definition

Return the component of the receiver that implements this device admin.

public Android.Content.ComponentName Component { [Android.Runtime.Register("getComponent", "()Landroid/content/ComponentName;", "")] get; }
[<get: Android.Runtime.Register("getComponent", "()Landroid/content/ComponentName;", "")>]
member this.Component : Android.Content.ComponentName

Property Value

Attributes

Remarks

Return the component of the receiver that implements this device admin.

Java documentation for android.app.admin.DeviceAdminInfo.getComponent().

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