| Visual Basic (Declaration) | |
|---|---|
Public Property ContentDate As DicomDateValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomDateValue ContentDate {get; set;} | |
| C++/CLI | |
|---|---|
public: property DicomDateValue ContentDate { DicomDateValue get(); void set (DicomDateValue value); } | |
Return Value
Value indicating the "Content Date" (0008,0023) element.For an example, refer to DicomDataSet.SetEncapsulatedDocument.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code