MonobjcMonobjc Documented Class Library
Name Property
NamespacesMonobjcObjectiveCClassAttributeName
Gets the name to use when registering this class in the Objective-C runtime.
Declaration Syntax
C#Visual BasicVisual C++
public string Name { get; private set; }
Public Property Name As String
	Get
	Private Set
public:
property String^ Name {
	String^ get ();
	private: void set (String^ value);
}
Value
The name to use.
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 (Module: Monobjc)