Visual Basic (Declaration) | |
---|---|
Public Property PresentationCreationTime As DicomTimeValue |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomPresentationStateInformation Dim value As DicomTimeValue instance.PresentationCreationTime = value value = instance.PresentationCreationTime |
C# | |
---|---|
public DicomTimeValue PresentationCreationTime {get; set;} |
C++/CLI | |
---|---|
public: property DicomTimeValue PresentationCreationTime { DicomTimeValue get(); void set ( DicomTimeValue value); } |
Property Value
Value indicating the "Presentation Creation Time" (0070,0083) 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)