Returns a dictionary object initialized with the keys and values found in the receiver.
Original signature is '- (NSDictionary *)propertyListFromStringsFileFormat'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDictionary PropertyListFromStringsFileFormat { get; }
Public Overridable ReadOnly Property PropertyListFromStringsFileFormat As NSDictionary Get
public: virtual property NSDictionary^ PropertyListFromStringsFileFormat { NSDictionary^ get (); }

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