C# P[RINT PORPERTIES OF ENTITY code example
Example: c# print out whole object
Console.WriteLine(JsonConvert.SerializeObject(OBJECTNAME, Formatting.Indented););
Console.WriteLine(JsonConvert.SerializeObject(OBJECTNAME, Formatting.Indented););