Leadtools.Dicom Namespace > DicomAgeValue Structure : Reference Property |
public DicomAgeReferenceType Reference {get; set;}
'Declaration Public Property Reference As DicomAgeReferenceType
'Usage Dim instance As DicomAgeValue Dim value As DicomAgeReferenceType instance.Reference = value value = instance.Reference
public DicomAgeReferenceType Reference {get; set;}
public DicomAgeReferenceType getReference() public void setReference(DicomAgeReferenceType value)
get_Reference();
set_Reference(value);
Object.defineProperty('Reference');
public: property DicomAgeReferenceType Reference { DicomAgeReferenceType get(); void set ( DicomAgeReferenceType value); }