MonobjcMonobjc Documented Class Library
SetPropertyForKeyInFilesystem Method (property, key, filesystem)
NamespacesMonobjc.DiscRecordingDRFSObjectSetPropertyForKeyInFilesystem(Id, NSString, NSString)

Sets the value of the receiver's property specified by key for the specific filesystem.

Original signature is '- (void) setProperty:(id)property forKey:(NSString*)key inFilesystem:(NSString*)filesystem'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetPropertyForKeyInFilesystem(
	Id property,
	NSString key,
	NSString filesystem
)
Public Overridable Sub SetPropertyForKeyInFilesystem ( _
	property As Id, _
	key As NSString, _
	filesystem As NSString _
)
public:
virtual void SetPropertyForKeyInFilesystem(
	Id^ property, 
	NSString^ key, 
	NSString^ filesystem
)
Parameters
property (Id)
The value of the property.
key (NSString)
The property key.
filesystem (NSString)
The filesystem to set the property in.
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.DiscRecording (Module: Monobjc.DiscRecording)