ArcFM Responder Mobile Developer Guide
HasDefaultValue Property






Returns true if the argument has a default value. Returns true if the argument has a default value.
Syntax
'Declaration
 
Public ReadOnly Property HasDefaultValue As System.Boolean
'Usage
 
Dim instance As ArgumentAttribute
Dim value As System.Boolean
 
value = instance.HasDefaultValue
public System.bool HasDefaultValue {get;}
public read-only property HasDefaultValue: System.Boolean; 
public function get HasDefaultValue : System.boolean
public: __property System.bool get_HasDefaultValue();
public:
property System.bool HasDefaultValue {
   System.bool get();
}

Property Value

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

ArgumentAttribute Class
ArgumentAttribute Members

Send Feedback