TemplateInstanceAttribute.Instances Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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