Common Data PagesError Description Property
Gets the error description.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public CommonDataPagesErrorDescriptionPage ErrorDescription { get; set; }VB
Public Property ErrorDescription As CommonDataPagesErrorDescriptionPage
Get
SetC++
public:
property CommonDataPagesErrorDescriptionPage ErrorDescription {
CommonDataPagesErrorDescriptionPage get ();
void set (CommonDataPagesErrorDescriptionPage value);
}F#
member ErrorDescription : CommonDataPagesErrorDescriptionPage with get, set