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.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); }