Leadtools.Dicom.AddIn.Common Namespace > ServerSettings Class : AETitle Property |
[DisplayNameAttribute("AE Title")] public string AETitle {get; set;}
'Declaration <DisplayNameAttribute("AE Title")> Public Property AETitle As String
'Usage Dim instance As ServerSettings Dim value As String instance.AETitle = value value = instance.AETitle
[DisplayNameAttribute("AE Title")] public: property String^ AETitle { String^ get(); void set ( String^ value); }