Gets or sets the bounce code.
Namespace: CTCT.Components.TrackingAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string BounceCode { get; set; }
public string BounceCode { get; set; }
Public Property BounceCode As String
Get
Set
Public Property BounceCode As String
Get
Set
public:
property String^ BounceCode {
String^ get ();
void set (String^ value);
}
public:
property String^ BounceCode {
String^ get ();
void set (String^ value);
}
member BounceCode : string with get, set
member BounceCode : string with get, set