| Visual Basic (Declaration) | |
|---|---|
Public Property PresentationCreationDate As DicomDateValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomPresentationStateInformation Dim value As DicomDateValue instance.PresentationCreationDate = value value = instance.PresentationCreationDate | |
| C# | |
|---|---|
public DicomDateValue PresentationCreationDate {get; set;} | |
| C++/CLI | |
|---|---|
public: property DicomDateValue PresentationCreationDate { DicomDateValue get(); void set ( DicomDateValue value); } | |
Property Value
Value indicating the "Presentation Creation Date" (0070,0082) attribute value.For an example, refer to DicomDataSet.SetPresentationStateInformation.
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