Creates and returns a new pasteboard with a name that is guaranteed to be unique with respect to other pasteboards on the computer.
Original signature is '+ (NSPasteboard *)pasteboardWithUniqueName'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSPasteboard PasteboardWithUniqueName { get; }
Public Shared ReadOnly Property PasteboardWithUniqueName As NSPasteboard Get
public: static property NSPasteboard^ PasteboardWithUniqueName { NSPasteboard^ get (); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)