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