AllowRepeatedAttributes Property
In This Topic
Gets or sets whether when setting a property the value will replace the previous value or not.
Syntax
'Declaration
Public Property AllowRepeatedAttributes As Boolean
public bool AllowRepeatedAttributes {get; set;}
See Also