'Declaration
<NotNullAttribute()> ReadOnly Property ServerName As String
'Usage
Dim instance As IUAReadOnlyDiscoveryElement Dim value As String value = instance.ServerName
[NotNull()] string ServerName {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).