| Visual Basic (Declaration) | |
|---|---|
Public Property Reference As DicomAgeReferenceType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomAgeValue Dim value As DicomAgeReferenceType instance.Reference = value value = instance.Reference | |
| C# | |
|---|---|
public DicomAgeReferenceType Reference {get; set;} | |
| C++/CLI | |
|---|---|
public: property DicomAgeReferenceType Reference { DicomAgeReferenceType get(); void set ( DicomAgeReferenceType value); } | |
Property Value
Value indicating the Number member type.For an example, refer to DicomDataSet.SetIntValue.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code