VAlarmAttachments Property
This is used to get the Attachment (ATTACH) properties. There may be more than one.
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public AttachPropertyCollection Attachments { get; }
Public ReadOnly Property Attachments As AttachPropertyCollection
Get
public:
property AttachPropertyCollection^ Attachments {
AttachPropertyCollection^ get ();
}
member Attachments : AttachPropertyCollection with get
Property Value
AttachPropertyCollectionIf the returned collection is empty, there are no attachment properties for the object. This
property is only applicable for audio, e-mail, and procedure alarms. It is ignored for display
alarms. E-mail alarms can have multiple attachments. Audio and procedure alarms can only have one
attachment. Any additional attachments after the first will be ignored for those alarm types.