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

Returns the type of 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

[Missing <returns> documentation for "M:Monobjc.AddressBook.ABPerson.TypeOfProperty(Monobjc.Foundation.NSString)"]

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)