ArcFM Responder Mobile Developer Guide
DefaultArgumentAttribute Class
Members 






Indicates that this argument is the default argument. '/' or '-' prefix only the argument value is specified. Indicates that this argument is the default argument. '/' or '-' prefix only the argument value is specified.
Object Model
DefaultArgumentAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Field, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class DefaultArgumentAttribute 
   Inherits ArgumentAttribute
'Usage
 
Dim instance As DefaultArgumentAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public class DefaultArgumentAttribute : ArgumentAttribute 
public class DefaultArgumentAttribute = class(ArgumentAttribute)
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Field, 
   AllowMultiple=, 
   Inherited=)
public class DefaultArgumentAttribute extends ArgumentAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc class DefaultArgumentAttribute : public ArgumentAttribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class DefaultArgumentAttribute : public ArgumentAttribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.CommandLine.ArgumentAttribute
         Miner.CommandLine.DefaultArgumentAttribute

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

DefaultArgumentAttribute Members
Miner.CommandLine Namespace

Send Feedback