Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu Namespace > Series Class : Number Property |
public Nullable<int> Number {get; set;}
'Declaration Public Property Number As Nullable(Of Integer)
'Usage Dim instance As Series Dim value As Nullable(Of Integer) instance.Number = value value = instance.Number
public: property Nullable<int> Number { Nullable<int> get(); void set ( Nullable<int> value); }