MonobjcMonobjc Documented Class Library
DefaultSubcontainerAttributeKey Property
NamespacesMonobjc.FoundationNSScriptClassDescriptionDefaultSubcontainerAttributeKey

Returns the value of the DefaultSubcontainerAttribute entry of the class dictionary from which the receiver was instantiated.

Original signature is '- (NSString *)defaultSubcontainerAttributeKey'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DefaultSubcontainerAttributeKey { get; }
Public Overridable ReadOnly Property DefaultSubcontainerAttributeKey As NSString
	Get
public:
virtual property NSString^ DefaultSubcontainerAttributeKey {
	NSString^ get ();
}
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.Foundation (Module: Monobjc.Foundation)