Leadtools.Dicom.Common.DataTypes Namespace > SopInstance Class : SOPInstanceUid Property |
[ElementAttribute()] public string SOPInstanceUid {get; set;}
'Declaration <ElementAttribute()> Public Property SOPInstanceUid As String
'Usage Dim instance As SopInstance Dim value As String instance.SOPInstanceUid = value value = instance.SOPInstanceUid
[ElementAttribute()] public: property String^ SOPInstanceUid { String^ get(); void set ( String^ value); }