MonobjcMonobjc Documented Class Library
TypeOfProperty Method (property)
NamespacesMonobjc.AddressBookABGroupTypeOfProperty(NSString)

Returns the type for a given property.

Original signature is '+ (ABPropertyType)typeOfProperty:(NSString *)property'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static ABPropertyType TypeOfProperty(
	NSString property
)
Public Shared Function TypeOfProperty ( _
	property As NSString _
) As ABPropertyType
public:
static ABPropertyType TypeOfProperty(
	NSString^ property
)
Parameters
property (NSString)
The property whose type will be returned.
Return Value
The property type of property.
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)