MonobjcMonobjc Documented Class Library
RowTypeKeyPath Property
NamespacesMonobjc.AppKitNSRuleEditorRowTypeKeyPath

Returns the key path for the row type.

Original signature is '- (NSString *)rowTypeKeyPath'

Available in Mac OS X v10.5 and later.

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