ArcFM Responder Mobile Developer Guide
DefaultLongName Property






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