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 : LookupTableNumber Property |
public Nullable<int> LookupTableNumber {get; set;}
'Declaration Public Property LookupTableNumber As Nullable(Of Integer)
'Usage Dim instance As Series Dim value As Nullable(Of Integer) instance.LookupTableNumber = value value = instance.LookupTableNumber
public: property Nullable<int> LookupTableNumber { Nullable<int> get(); void set ( Nullable<int> value); }