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