MonobjcMonobjc Documented Class Library
Values Property
NamespacesMonobjc.AppKitNSUserDefaultsControllerValues

Returns a key value coding compliant object that is used to access the user default properties.

Original signature is '- (id)values'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id Values { get; }
Public Overridable ReadOnly Property Values As Id
	Get
public:
virtual property Id^ Values {
	Id^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)