ArcFM Responder Mobile Developer Guide
DefaultShortName Property






Returns true if the argument did not have an explicit short name specified. Returns true if the argument did not have an explicit short name specified.
Syntax
'Declaration
 
Public ReadOnly Property DefaultShortName As System.Boolean
'Usage
 
Dim instance As ArgumentAttribute
Dim value As System.Boolean
 
value = instance.DefaultShortName
public System.bool DefaultShortName {get;}
public read-only property DefaultShortName: System.Boolean; 
public function get DefaultShortName : System.boolean
public: __property System.bool get_DefaultShortName();
public:
property System.bool DefaultShortName {
   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