init description (#4391)

This commit is contained in:
Alekhya
2020-06-18 17:15:21 -07:00
committed by GitHub
parent a21a3827fd
commit c78e6588ad

View File

@@ -27,7 +27,7 @@ namespace Microsoft.Plugin.Program.Programs
public string LnkResolvedPath { get; set; }
public string ParentDirectory { get; set; }
public string ExecutableName { get; set; }
public string Description { get; set; }
public string Description { get; set; } = String.Empty;
public bool Valid { get; set; }
public bool Enabled { get; set; }
public bool hasArguments { get; set; } = false;