'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;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.