View.IsCredential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the mode for determining whether this view is a credential. -or- Sets whether this view is a credential for Credential Manager purposes.
public virtual bool IsCredential { [Android.Runtime.Register("isCredential", "()Z", "GetIsCredentialHandler", ApiSince=34)] get; [Android.Runtime.Register("setIsCredential", "(Z)V", "GetSetIsCredential_ZHandler", ApiSince=34)] set; }
[<get: Android.Runtime.Register("isCredential", "()Z", "GetIsCredentialHandler", ApiSince=34)>]
[<set: Android.Runtime.Register("setIsCredential", "(Z)V", "GetSetIsCredential_ZHandler", ApiSince=34)>]
member this.IsCredential : bool with get, set
Property Value
false by default, or value passed to #setIsCredential(boolean)
.
- Attributes
Remarks
Property getter documentation:
Gets the mode for determining whether this view is a credential.
See #setIsCredential(boolean)
.
Java documentation for android.view.View.isCredential()
.
Property setter documentation:
Sets whether this view is a credential for Credential Manager purposes.
See #isCredential()
.
Java documentation for android.view.View.setIsCredential(boolean)
.
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.