'Declaration Public Shadows Property Label As String
'Usage Dim instance As Rows.DefaultRow Dim value As String instance.Label = value value = instance.Label
public new string Label {get; set;}
'Declaration Public Shadows Property Label As String
'Usage Dim instance As Rows.DefaultRow Dim value As String instance.Label = value value = instance.Label
public new string Label {get; set;}
The default row has no label. Therefore, the property always returns String.Empty.
This property is available at run time only.