ArcFM Responder Mobile Developer Guide
DefaultArgumentAttribute Constructor






Specifies the error checking to be done on the argument.
Indicates that this argument is the default argument.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As ArgumentType _
)
'Usage
 
Dim type As ArgumentType
 
Dim instance As New DefaultArgumentAttribute(type)
public DefaultArgumentAttribute( 
   ArgumentType type
)
public DefaultArgumentAttribute( 
    type: ArgumentType
); 
public function DefaultArgumentAttribute( 
   type : ArgumentType
);
public: DefaultArgumentAttribute( 
   ArgumentType type
)
public:
DefaultArgumentAttribute( 
   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

DefaultArgumentAttribute Class
DefaultArgumentAttribute Members

Send Feedback