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