Registers the receiver under a given name.
Original signature is '- (BOOL)setName:(NSString *)soundName'
Available in Mac OS X v10.0 and later.


- soundName (NSString)
- Name to assign the receiver. The name must be unused by other NSSound instances.

YES when successful; NO otherwise.

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