Android.App.Fragment.Id Property
Return the identifier this fragment is known by.

Syntax

[get: Android.Runtime.Register("getId", "()I", "GetGetIdHandler")]
public int Id { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the identifier this fragment is known by. This is either the android:id value supplied in a layout or the container view ID supplied when adding the fragment.

[Android Documentation]

Requirements

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