Returns a Boolean value that indicates whether the property data should be written out in an external record file corresponding to the managed object.
Original signature is '- (BOOL)isStoredInExternalRecord'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public virtual bool IsStoredInExternalRecord { get; set; }
Public Overridable Property IsStoredInExternalRecord As Boolean
Get
Set
public:
virtual property bool IsStoredInExternalRecord {
bool get ();
void set (bool value);
}

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)