MonobjcMonobjc Documented Class Library
Properties Property
NamespacesMonobjc.AddressBookABGroupProperties

Returns an array of the names of all the properties for this record type in the Address Book database.

Original signature is '+ (NSArray *)properties'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSArray Properties { get; }
Public Shared ReadOnly Property Properties As NSArray
	Get
public:
static property NSArray^ Properties {
	NSArray^ 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.AddressBook (Module: Monobjc.AddressBook)