'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(1024)> Public Property MaxTempFilesCount As System.Integer
'Usage
Dim instance As NTemporaryFileSettings Dim value As System.Integer instance.MaxTempFilesCount = value value = instance.MaxTempFilesCount
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(1024)] public System.int MaxTempFilesCount {get; set;}