using System; namespace ExampleControlBing{ public class Example { public string Title { get; set; } public Type ControlType { get; set; } public string Source { get; set; } } }