MonobjcMonobjc Documented Class Library
ResultType Property
NamespacesMonobjc.CoreDataNSFetchRequestResultType

Returns the result type of the receiver.

Original signature is '- (NSFetchRequestResultType)resultType'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSFetchRequestResultType ResultType { get; set; }
Public Overridable Property ResultType As NSFetchRequestResultType
	Get
	Set
public:
virtual property NSFetchRequestResultType ResultType {
	NSFetchRequestResultType get ();
	void set (NSFetchRequestResultType value);
}
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)