'Declaration
<NotNullAttribute()> Public Property Server As String
'Usage
Dim instance As DAItemChangedPayload(Of TValue) Dim value As String instance.Server = value value = instance.Server
[NotNull()] public string Server {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).