RoleGroup::ContentTemplate Property
.NET Framework (current version)
Gets or sets the content template associated with this role group.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [PersistenceModeAttribute(PersistenceMode::InnerProperty)] [TemplateContainerAttribute((LoginView^::typeid))] property ITemplate^ ContentTemplate { ITemplate^ get(); void set(ITemplate^ value); }
Property Value
Type: System.Web.UI::ITemplate^The ITemplate associated with this role group. The default value is null.
The ContentTemplate property contains the content that is displayed to users who are members of this role group.
.NET Framework
Available since 2.0
Available since 2.0
Show: