XHRServiceResponseGenericTcode Property
|
Response codes:
0: Success
1: Session expired
2: Processing error
3: Cancelled by user
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax [DataMemberAttribute(IsRequired = true)]
public XHRResponseType code { get; set; }
<DataMemberAttribute(IsRequired := true)>
Public Property code As XHRResponseType
Get
Set
public:
[DataMemberAttribute(IsRequired = true)]
property XHRResponseType code {
XHRResponseType get ();
void set (XHRResponseType value);
}
[<DataMemberAttribute(IsRequired = true)>]
member code : XHRResponseType with get, set
Property Value
Type:
XHRResponseTypeSee Also