Sets the value for a specified type as a property list.
Original signature is '- (BOOL)setPropertyList:(id)propertyList forType:(NSString *)type'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public virtual bool SetPropertyListForType(
Id propertyList,
NSString type
)
Public Overridable Function SetPropertyListForType ( _
propertyList As Id, _
type As NSString _
) As Boolean
public:
virtual bool SetPropertyListForType(
Id^ propertyList,
NSString^ type
)

Parameters
- propertyList (Id)
- A property list object containing the value for the representation specified by type.
- type (NSString)
- A UTI type string.

Return Value
YES if the value was set successfully, otherwise NO.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)