![]() |
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 > EncryptedAttribute Class : EncryptedContent Property |
[ElementAttribute()] public byte[] EncryptedContent {get; set;}
'Declaration
<ElementAttribute()> Public Property EncryptedContent As Byte()
'Usage
Dim instance As EncryptedAttribute Dim value() As Byte instance.EncryptedContent = value value = instance.EncryptedContent
[ElementAttribute()] public: property array<byte>^ EncryptedContent { array<byte>^ get(); void set ( array<byte>^ value); }