Sets the value of the specified default key to the specified URL.
Original signature is '- (void)setURL:(NSURL *)url forKey:(NSString *)defaultName'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public virtual void SetURLForKey(
NSURL url,
NSString defaultName
)
Public Overridable Sub SetURLForKey ( _
url As NSURL, _
defaultName As NSString _
)
public:
virtual void SetURLForKey(
NSURL^ url,
NSString^ defaultName
)

Parameters
- url (NSURL)
- The NSURL to store in the defaults database.
- defaultName (NSString)
- The key with which to associate with the value.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)