<BrowsableAttribute(True)> _ Public Property AllowReusableContent As Boolean
Dim instance As RichHtmlField Dim value As Boolean value = instance.AllowReusableContent instance.AllowReusableContent = value
[BrowsableAttribute(true)] public bool AllowReusableContent { get; set; }