Gets or sets the Requested Resolution ID (2020,0050).
Syntax
Visual Basic (Declaration) | |
---|
Public Property RequestedResolutionID As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomFilmBoxParameters
Dim value As String
instance.RequestedResolutionID = value
value = instance.RequestedResolutionID |
C# | |
---|
public string RequestedResolutionID {get; set;} |
Property Value
The Requested Resolution ID (2020,0050).
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also