These constants specify mutability options in property lists.
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public enum NSPropertyListMutabilityOptions
Public Enumeration NSPropertyListMutabilityOptions
public enum class NSPropertyListMutabilityOptions

Member | Description |
---|---|
NSPropertyListImmutable | Causes the returned property list to contain immutable objects. Available in Mac OS X v10.2 and later. |
NSPropertyListMutableContainers | Causes the returned property list to have mutable containers but immutable leaves. Available in Mac OS X v10.2 and later. |
NSPropertyListMutableContainersAndLeaves | Causes the returned property list to have mutable containers and leaves. Available in Mac OS X v10.2 and later. |

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