This document is archived and information here might be outdated. Recommended version. |
Find the index of a template attribute by name.
[Visual Basic .NET]
Public Function FindTemplateAttributeByName ( _
ByVal Name As String _
) As Integer
[C#]
public int FindTemplateAttributeByName (
string Name
);