Leadtools.Dicom.AddIn.Audit Namespace > TypeValuePairType Class : type Property |
[XmlAttributeAttribute()] public string type {get; set;}
'Declaration <XmlAttributeAttribute()> Public Property type As String
'Usage Dim instance As TypeValuePairType Dim value As String instance.type = value value = instance.type
[XmlAttributeAttribute()] public: property String^ type { String^ get(); void set ( String^ value); }