'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Property ServerName As String
'Usage
Dim instance As _UAServerOnNetwork Dim value As String instance.ServerName = value value = instance.ServerName
[JetBrains.Annotations.CanBeNull()] string ServerName {get; set;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.