TemplateInstanceAttribute.Instances Property

Definition

Gets the TemplateInstance enumeration value that the current template instance represents.

public:
 property System::Web::UI::TemplateInstance Instances { System::Web::UI::TemplateInstance get(); };
public System.Web.UI.TemplateInstance Instances { get; }
member this.Instances : System.Web.UI.TemplateInstance
Public ReadOnly Property Instances As TemplateInstance

Property Value

A TemplateInstance enumeration value that the current template instance represents.

Examples

The following code example demonstrates how to use the