MonobjcMonobjc Documented Class Library
SetPropertiesInFilesystem Method (properties, filesystem)
NamespacesMonobjc.DiscRecordingDRFSObjectSetPropertiesInFilesystem(NSDictionary, NSString)

Sets the value of all the receiver's properties specified by the keys in properties for the specific filesystem.

Original signature is '- (void) setProperties:(NSDictionary*)properties inFilesystem:(NSString*)filesystem'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetPropertiesInFilesystem(
	NSDictionary properties,
	NSString filesystem
)
Public Overridable Sub SetPropertiesInFilesystem ( _
	properties As NSDictionary, _
	filesystem As NSString _
)
public:
virtual void SetPropertiesInFilesystem(
	NSDictionary^ properties, 
	NSString^ filesystem
)
Parameters
properties (NSDictionary)
The value of the property.
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)