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