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