uaPLUS Reference
plgArgumentDefinition Constructor(String,String,Type,Int32)
See Also  Send Feedback
I_MethodsPlugin Namespace > plgArgumentDefinition Class > plgArgumentDefinition Constructor : plgArgumentDefinition Constructor(String,String,Type,Int32)

name
description
dataType
valueRank

Glossary Item Box

Constructs the object with the given values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal description As String, _
   ByVal dataType As Type, _
   ByVal valueRank As Integer _
)
C# 
public plgArgumentDefinition( 
   string name,
   string description,
   Type dataType,
   int valueRank
)

Parameters

name
description
dataType
valueRank

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.