'Declaration
<CanBeNullAttribute()> Property InterfaceName As String
'Usage
Dim instance As _ResourceAddress Dim value As String instance.InterfaceName = value value = instance.InterfaceName
[CanBeNull()] string InterfaceName {get; set;}
'Declaration
<CanBeNullAttribute()> Property InterfaceName As String
'Usage
Dim instance As _ResourceAddress Dim value As String instance.InterfaceName = value value = instance.InterfaceName
[CanBeNull()] string InterfaceName {get; set;}