MonobjcMonobjc Documented Class Library
Identifier Property
NamespacesMonobjc.CorePlotCPPlotIdentifier

Original signature is '@property (nonatomic,copy) id< NSCopying, NSObject > identifier;'

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