Language

ClipDescription.ExcludedFromRemoteClipboard Property

Definition

Returns true if this ClipData should be excluded from remote clipboard syncing. -or- Sets whether this ClipData should be excluded from remote clipboard syncing.

public virtual bool ExcludedFromRemoteClipboard { [Android.Runtime.Register("isExcludedFromRemoteClipboard", "()Z", "GetIsExcludedFromRemoteClipboardHandler", ApiSince=37)] get; [Android.Runtime.Register("setExcludedFromRemoteClipboard", "(Z)V", "GetSetExcludedFromRemoteClipboard_ZHandler", ApiSince=37)] set; }
[<get: Android.Runtime.Register("isExcludedFromRemoteClipboard", "()Z", "GetIsExcludedFromRemoteClipboardHandler", ApiSince=37)>]
[<set: Android.Runtime.Register("setExcludedFromRemoteClipboard", "(Z)V", "GetSetExcludedFromRemoteClipboard_ZHandler", ApiSince=37)>]
member this.ExcludedFromRemoteClipboard : bool with get, set

Property Value

Attributes

Applies to