| Visual Basic (Declaration) | |
|---|---|
Public Property PresentationLabel As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomPresentationStateInformation Dim value As String instance.PresentationLabel = value value = instance.PresentationLabel | |
| C# | |
|---|---|
public string PresentationLabel {get; set;} | |
Property Value
Value indicating the "Presentation Label"(0070,0080) 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