'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> Public Property PaperName As System.String
'Usage
Dim instance As NPageSettings Dim value As System.String instance.PaperName = value value = instance.PaperName
[System.Xml.Serialization.XmlAttribute()] public System.string PaperName {get; set;}