summaryrefslogtreecommitdiffstats
path: root/win/C#/Presets/Preset.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Presets/Preset.cs')
-rw-r--r--win/C#/Presets/Preset.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/Presets/Preset.cs b/win/C#/Presets/Preset.cs
index 024d31667..b6151a3b0 100644
--- a/win/C#/Presets/Preset.cs
+++ b/win/C#/Presets/Preset.cs
@@ -34,5 +34,10 @@ namespace Handbrake.Presets
/// Gets or sets The version number which associates this preset with a HB build
/// </summary>
public string Version { get; set; }
+
+ /// <summary>
+ /// Gets or sets the Description for the preset
+ /// </summary>
+ public string Description { get; set; }
}
} \ No newline at end of file