Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > SOPCommonModule Class : EncryptedAttributesSequence Property |
[ElementAttribute()] public List<EncryptedAttribute> EncryptedAttributesSequence {get; set;}
'Declaration
<ElementAttribute()> Public Property EncryptedAttributesSequence As List(Of EncryptedAttribute)
'Usage
Dim instance As SOPCommonModule Dim value As List(Of EncryptedAttribute) instance.EncryptedAttributesSequence = value value = instance.EncryptedAttributesSequence
[ElementAttribute()] public: property List<EncryptedAttribute^>^ EncryptedAttributesSequence { List<EncryptedAttribute^>^ get(); void set ( List<EncryptedAttribute^>^ value); }