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