ArcFM Responder Mobile Developer Guide
ArgumentAttribute Constructor






Specifies the error checking to be done on the argument.
Allows control of command line parsing.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As ArgumentType _
)
'Usage
 
Dim type As ArgumentType
 
Dim instance As New ArgumentAttribute(type)
public ArgumentAttribute( 
   ArgumentType type
)
public ArgumentAttribute( 
    type: ArgumentType
); 
public function ArgumentAttribute( 
   type : ArgumentType
);
public: ArgumentAttribute( 
   ArgumentType type
)
public:
ArgumentAttribute( 
   ArgumentType type
)

Parameters

type
Specifies the error checking to be done on the argument.
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

ArgumentAttribute Class
ArgumentAttribute Members

Send Feedback