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