The names and values of the radio buttons. Name (key) is the label for the button, and value is the value assigned to the contact attribute.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public IDictionary<string, string> NameValueCollection { get; set; } |
Visual Basic |
---|
Public Property NameValueCollection As IDictionary(Of String, String) Get Set |