![]() |
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 : MACAlgorithm Property |
[ElementAttribute()] public Nullable<MACAlgorithm> MACAlgorithm {get; set;}
'Declaration
<ElementAttribute()> Public Property MACAlgorithm As Nullable(Of MACAlgorithm)
'Usage
Dim instance As MACParameters Dim value As Nullable(Of MACAlgorithm) instance.MACAlgorithm = value value = instance.MACAlgorithm
[ElementAttribute()] public: property Nullable<MACAlgorithm> MACAlgorithm { Nullable<MACAlgorithm> get(); void set ( Nullable<MACAlgorithm> value); }