AuditSourceIdentification Property

Summary

Gets or sets the audit source identification.

Syntax
C#
VB
C++
[XmlElementAttribute("AuditSourceIdentification")] 
public AuditSourceIdentificationType[] AuditSourceIdentification { get; set; } 
  
<XmlElementAttribute("AuditSourceIdentification")> 
Public Property AuditSourceIdentification As AuditSourceIdentificationType() 
[XmlElementAttribute("AuditSourceIdentification")] 
public: 
property array<AuditSourceIdentificationType^>^ AuditSourceIdentification { 
   array<AuditSourceIdentificationType^>^ get(); 
   void set (    array<AuditSourceIdentificationType^>^ ); 
} 

Property Value

The audit source identification type.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly