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'

C# | Visual Basic | Visual 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 )

- properties (NSDictionary)
- The value of the property.
- filesystem (NSString)
- The filesystem to set the property in.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)