NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TemplatedControlDesigner.GetTemplateContainerDataItemProperty

Gets the template's container's data item property.

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

Parameters

templateName
The name of the template to retrieve its container's data item property.

Return Value

A string representing the data.

See Also

TemplatedControlDesigner Class | TemplatedControlDesigner Members | System.Web.UI.Design Namespace