'Declaration
<System.ComponentModel.DefaultValueAttribute("Default Range")> <System.ComponentModel.DescriptionAttribute("Gets/sets the human readable description for the range.")> Public Property Name As System.String
'Usage
Dim instance As NRange Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.DefaultValue("Default Range")] [System.ComponentModel.Description("Gets/sets the human readable description for the range.")] public System.string Name {get; set;}