Class MakerNote
Represents a single Maker Note record.
public class MakerNote
- Inheritance
-
MakerNote
- Inherited Members
Properties
Name
Gets the setting name.
public string Name { get; }
Property Value
- string
The setting name.
Value
Gets the setting value.
public string Value { get; }
Property Value
- string
The setting value.
Methods
ToString()
Converts the instance to string.
public override string ToString()