C#
VB
C++
Java
[RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties)]
public DicomAgeReferenceType Reference { get; set; }
Public Property Reference As DicomAgeReferenceType
public DicomAgeReferenceType getReference()
public void setReference(DicomAgeReferenceType value)
public:
property DicomAgeReferenceType Reference {
DicomAgeReferenceType get();
void set ( DicomAgeReferenceType value);
}
Value indicating the Number member type.
For an example, refer to SetIntValue.