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