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