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