| Visual Basic (Declaration) | |
|---|---|
Public Property PresentationDescription As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string PresentationDescription {get; set;} | |
| C++/CLI | |
|---|---|
public: property String^ PresentationDescription { String^ get(); void set (String^ value); } | |
Return Value
Value indicating the "Presentation Description" (0070,0081) 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