ArcFM Responder Mobile Developer Guide
ArgumentAttribute Class
Members 






Allows control of command line parsing. Attach this attribute to instance fields of types used as the destination of command line argument parsing. Allows control of command line parsing. Attach this attribute to instance fields of types used as the destination of command line argument parsing.
Object Model
ArgumentAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Field, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class ArgumentAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As ArgumentAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public class ArgumentAttribute : System.Attribute 
public class ArgumentAttribute = class(System.Attribute)
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Field, 
   AllowMultiple=, 
   Inherited=)
public class ArgumentAttribute extends System.Attribute
[System.AttributeUsage(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc class ArgumentAttribute : public System.Attribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class ArgumentAttribute : public System.Attribute 
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

ArgumentAttribute Members
Miner.CommandLine Namespace

Send Feedback