MonobjcMonobjc Documented Class Library
FaultingState Property
NamespacesMonobjc.CoreDataNSManagedObjectFaultingState

Returns a value that indicates the faulting state of the receiver.

Original signature is '- (NSUInteger)faultingState'

Available in Mac OS X v10.6 and later.

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

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