'Declaration
<NotNullAttribute()> ReadOnly Property DisplayName As String
'Usage
Dim instance As _AliasInfo Dim value As String value = instance.DisplayName
[NotNull()] string DisplayName {get;}
'Declaration
<NotNullAttribute()> ReadOnly Property DisplayName As String
'Usage
Dim instance As _AliasInfo Dim value As String value = instance.DisplayName
[NotNull()] string DisplayName {get;}
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.