Class ContactDetail
Contact detail key-value pair.
public class ContactDetail
Inheritance
Properties
Label
public string Label { get; set; }
Value
public string Value { get; set; }
Contact detail key-value pair.
public class ContactDetail
public string Label { get; set; }
public string Value { get; set; }