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