.NET Documentation
C#
VB
Show/Hide TOC
Log
Response
Content Property
Content of the response.
Definition
Namespace:
Aliquo.Core.Models
Assembly:
Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
Copy
public
string
Content
{
get
;
set
; }
VB
Copy
Public
Property
Content
As
String
Get
Set
Property Value
String
See Also
Reference
LogResponse Class
Aliquo.Core.Models Namespace
In This Article
Definition
See Also