'Declaration
Public Shadows Property Name As String
'Usage
Dim instance As ElementControl Dim value As String instance.Name = value value = instance.Name
public new string Name {get; set;}
'Declaration
Public Shadows Property Name As String
'Usage
Dim instance As ElementControl Dim value As String instance.Name = value value = instance.Name
public new string Name {get; set;}