This documentation is archived and is not being maintained.

DataListDesigner.GetTemplateContainerDataItemProperty Method

Gets the template container's data item property.

[Visual Basic]
Overrides Public Function GetTemplateContainerDataItemProperty( _
   ByVal templateName As String _
) As String
[C#]
public override string GetTemplateContainerDataItemProperty(
 string templateName
);
[C++]
public: String* GetTemplateContainerDataItemProperty(
 String* templateName
);
[JScript]
public override function GetTemplateContainerDataItemProperty(
   templateName : String
) : String;

Parameters

templateName
The name of the template.

Return Value

The data item property of the container of the template.

Example

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

DataListDesigner Class | DataListDesigner Members | System.Web.UI.Design.WebControls Namespace

Show: