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