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