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.MediaCreation Namespace > MediaCreationRequestInformation Class : NumberOfCopies Property |
[ElementAttribute()] public Nullable<int> NumberOfCopies {get; set;}
'Declaration
<ElementAttribute()> Public Property NumberOfCopies As Nullable(Of Integer)
'Usage
Dim instance As MediaCreationRequestInformation Dim value As Nullable(Of Integer) instance.NumberOfCopies = value value = instance.NumberOfCopies
[ElementAttribute()] public: property Nullable<int> NumberOfCopies { Nullable<int> get(); void set ( Nullable<int> value); }