| BiAnnotationJsonBody Property |
Gets the body in JSON format
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public string JsonBody { get; set; }
Public Property JsonBody As String
Get
Set
public:
property String^ JsonBody {
String^ get ();
void set (String^ value);
}
member JsonBody : string with get, set
Property Value
Type:
StringSee Also