MonobjcMonobjc Documented Class Library
PropertyWithCode Method (code)
NamespacesMonobjc.ScriptingBridgeSBObjectPropertyWithCode(UInt32)

Returns an object representing the specified property of the receiver.

Original signature is '- (SBObject *)propertyWithCode:(AEKeyword)code'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual SBObject PropertyWithCode(
	uint code
)
Public Overridable Function PropertyWithCode ( _
	code As UInteger _
) As SBObject
public:
virtual SBObject^ PropertyWithCode(
	unsigned int code
)
Parameters
code (UInt32)
A four-character code that uniquely identifies a property of the receiver.
Return Value
An object representing the receiver’s property as identified by code.
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.ScriptingBridge (Module: Monobjc.ScriptingBridge)