| AuditableObjectQueryData Property |
Data associated with the object
Namespace:
SanteDB.Core.Auditing
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string QueryData { get; set; }
Public Property QueryData As String
Get
Set
public:
property String^ QueryData {
String^ get ();
void set (String^ value);
}
member QueryData : string with get, set
Property Value
Type:
StringSee Also