ArcFM Responder Mobile Developer Guide
HasDefaultArgument Property






Does this parser have a default argument. This property returns a boolean value indicating whether the parser has a default argument.
Syntax
'Declaration
 
Public ReadOnly Property HasDefaultArgument As System.Boolean
'Usage
 
Dim instance As Parser
Dim value As System.Boolean
 
value = instance.HasDefaultArgument
public System.bool HasDefaultArgument {get;}
public read-only property HasDefaultArgument: System.Boolean; 
public function get HasDefaultArgument : System.boolean
public: __property System.bool get_HasDefaultArgument();
public:
property System.bool HasDefaultArgument {
   System.bool get();
}

Property Value

Does this parser have a default argument. Boolean
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

Parser Class
Parser Members

Send Feedback