| AuditDataActors Property |
Represents the actors within the audit event
Namespace:
SanteDB.Core.Auditing
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public List<AuditActorData> Actors { get; set; }
Public Property Actors As List(Of AuditActorData)
Get
Set
public:
property List<AuditActorData^>^ Actors {
List<AuditActorData^>^ get ();
void set (List<AuditActorData^>^ value);
}
member Actors : List<AuditActorData> with get, set
Property Value
Type:
ListAuditActorDataSee Also