Version 24.2 (latest)

PropertySerializationInfo Class Properties

For a list of all members of this type, see PropertySerializationInfo members.

Public Properties
 NameDescription
Public PropertyIsGetOnlyCollectionPropertyIndicates if this property represents a get only collection property. In such a case, the collection type name will not be an element in the generated XML.  
Public PropertyNameName of the property.  
Public PropertyTypeType of the property. If this property represents a collection property, then this type should be the type of the items in the collection.  
See Also