MonobjcMonobjc Documented Class Library
OutputFormat Property
NamespacesMonobjc.FoundationNSKeyedArchiverOutputFormat

Returns the format in which the receiver encodes its data.

Original signature is '- (NSPropertyListFormat)outputFormat'

Available in Mac OS X v10.2 and later.

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