'DeclarationPublic Property IgnoredAttributes As List(Of Keyword)
'UsageDim instance As ValidationOptions Dim value As List(Of Keyword) instance.IgnoredAttributes = value value = instance.IgnoredAttributes
public List<Keyword> IgnoredAttributes {get; set;}
public: property List<Keyword>^ IgnoredAttributes { List<Keyword>^ get(); void set ( List<Keyword>^ value); }