'Declaration
<NotNullAttribute()> Public Property ServerName As String
'Usage
Dim instance As UAServerOnNetwork Dim value As String instance.ServerName = value value = instance.ServerName
[NotNull()] public string ServerName {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.