UIPasteboard.String Property

Definition

The string value of the first pasteboard item.

public virtual string String { [Foundation.Export("string", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setString:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.String : string with get, set

Property Value

The first value when fetching, or sets all the values when setting to the single specified value.

This value can be null.

Attributes

Applies to