| PropertySpecificationAttributes Property  | 
 
            Gets or sets a collection of additional Attributes for this property.  This can be used to specify attributes beyond those supported intrinsically
            by the PropertySpecification class, such as ReadOnly and Browsable.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntaxpublic List<Attribute> Attributes { get; set; }Public Property Attributes As List(Of Attribute)
	Get
	Set
Property Value
Type: 
ListAttribute
See Also