'Declaration
Protected Overridable Property AttributeArray As System.Attribute()
'Usage
Dim instance As PSWrapperGenericPropertyDescriptor Dim value() As System.Attribute instance.AttributeArray = value value = instance.AttributeArray
protected virtual System.Attribute[] AttributeArray {get; set;}