GetIndexbyName Method
See Also 
SourceCode.SmartObjects.Client Namespace > SmartPropertyCollection Class : GetIndexbyName Method



sysname

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetIndexbyName( _
   ByVal sysname As String _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As SmartPropertyCollection
Dim sysname As String
Dim value As Integer
 
value = instance.GetIndexbyName(sysname)
C#  
public int GetIndexbyName( 
   string sysname
)
C++/CLI  
public:
int GetIndexbyName( 
   String^ sysname
) 

Parameters

sysname

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