Value of the custom field.
Namespace: CTCT.Components.ContactsAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string Value { get; set; }
public string Value { get; set; }
Public Property Value As String
Get
Set
Public Property Value As String
Get
Set
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
member Value : string with get, set
member Value : string with get, set