ArcFM Responder Mobile Developer Guide
Type Property (ArgumentAttribute)






The error checking to be done on the argument. The error checking to be performed on the argument.
Syntax
'Declaration
 
Public ReadOnly Property Type As ArgumentType
'Usage
 
Dim instance As ArgumentAttribute
Dim value As ArgumentType
 
value = instance.Type
public ArgumentType Type {get;}
public read-only property Type: ArgumentType; 
public function get Type : ArgumentType
public: __property ArgumentType get_Type();
public:
property ArgumentType Type {
   ArgumentType get();
}
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