MonobjcMonobjc Documented Class Library
Value Property
NamespacesMonobjcObjectiveCUnderlyingTypeAttributeValue
Gets or sets the underlying type.
Declaration Syntax
C#Visual BasicVisual C++
public Type Value { get; private set; }
Public Property Value As Type
	Get
	Private Set
public:
property Type^ Value {
	Type^ get ();
	private: void set (Type^ value);
}
Value
The underlying type.
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)