'Declaration<SuppressMessageAttribute("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")> Property IDMServerURL As String
'UsageDim instance As IIbmTerminal Dim value As String instance.IDMServerURL = value value = instance.IDMServerURL
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")] string IDMServerURL {get; set;}