ExcludedMembers Property (EndUserLocalizeOptionsAttribute)
In This Topic
Defines a list of members of control that should be excluded from localization. Currently used only AddControlToResources application for automatically generating control resources.
Syntax
'Declaration
Public Property ExcludedMembers As String()
public string[] ExcludedMembers {get; set;}
See Also