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