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); }