'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Accessibility")> <SRDescriptionAttribute("The name that will be reported to accessibility clients.")> Public Property AccessibleName As System.String
'Usage
Dim instance As EditSourceDialog Dim value As System.String instance.AccessibleName = value value = instance.AccessibleName
[System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue()] [SRCategory("Accessibility")] [SRDescription("The name that will be reported to accessibility clients.")] public System.string AccessibleName {get; set;}