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