JAMS Developer Guide
MinimumSize Property (FileTrigger)


MVPSI.JAMS Namespace > FileTrigger Class : MinimumSize Property
Gets or sets the minimum acceptable size (in bytes) of the file.
Syntax
'Declaration
 
Public Property MinimumSize As System.Integer
'Usage
 
Dim instance As FileTrigger
Dim value As System.Integer
 
instance.MinimumSize = value
 
value = instance.MinimumSize
public System.int MinimumSize {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileTrigger Class
FileTrigger Members