Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace > Study Class : StudyDescription Property |
[DataMemberAttribute()] public string StudyDescription {get; set;}
'Declaration <DataMemberAttribute()> Public Property StudyDescription As String
'Usage Dim instance As Study Dim value As String instance.StudyDescription = value value = instance.StudyDescription
[DataMemberAttribute()] public: property String^ StudyDescription { String^ get(); void set ( String^ value); }