←Select platform

Number Property

Summary

Gets or sets a numerical value that indicates the age.

Syntax
C#
VB
C++
Java
[RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties)] 
public int Number { get; set; } 
Public Property Number As Integer 
public short getNumber() 
public void setNumber(short value) 
public: 
property int Number { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value indicating the age.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly