NSUserDefaults.RemovePersistentDomain(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified persistent ___domain.
[Foundation.Export("removePersistentDomainForName:")]
public virtual void RemovePersistentDomain(string domainName);
abstract member RemovePersistentDomain : string -> unit
override this.RemovePersistentDomain : string -> unit
Parameters
- domainName
- String
The ___domain to remove
- Attributes