MonobjcMonobjc Documented Class Library
Expression Property
NamespacesMonobjc.CoreDataNSExpressionDescriptionExpression

Returns the expression for the receiver.

Original signature is '- (NSExpression *)expression'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSExpression Expression { get; set; }
Public Overridable Property Expression As NSExpression
	Get
	Set
public:
virtual property NSExpression^ Expression {
	NSExpression^ get ();
	void set (NSExpression^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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