Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
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)
<br/>get_Reference();<br/>set_Reference(value);<br/>Object.defineProperty('Reference');
public: property DicomAgeReferenceType Reference { DicomAgeReferenceType get(); void set ( DicomAgeReferenceType value); }