ImplicitResourceKey.Property Property
.NET Framework 3.0
Gets or sets a property and subproperty, if provided, for an implicit resource key.
Namespace: System.Web.Compilation
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Property () /** @property */ public void set_Property (String value)
public function get Property () : String public function set Property (value : String)
Not applicable.
Property Value
A String containing the property and subproperty for an implicit resource expression.The Property property specifies the control property to be localized. The Property property refers to the value after the first period (.) in an expression. For example, suppose you had an implicit resource in the following form:
<asp:label runat="server" id="label1" meta:resourcekey="Welcome"
text="Welcome"
ie:text="Welcome Internet Explorer User"
forecolor="blue"/>
This resource contains three keys, Welcome.Text, Ie:Welcome.Text, and Welcome.Forecolor, that potentially have localized resource values to retrieve from the resource file or source code. Those keys have Property values of "Text", "Text", and "Forecolor", respectively.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: