Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NWebControl Class / ID Property


In This Topic
    ID Property (NWebControl)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.ParenthesizePropertyNameAttribute(True)>
    <System.ComponentModel.MergablePropertyAttribute(False)>
    <System.Web.UI.FilterableAttribute(False)>
    <System.Web.UI.ThemeableAttribute(False)>
    <WebSysDescriptionAttribute("Control_ID")>
    Public Overridable Property ID As System.String
    'Usage
     
    
    Dim instance As NWebControl
    Dim value As System.String
     
    instance.ID = value
     
    value = instance.ID
    [System.ComponentModel.ParenthesizePropertyName(true)]
    [System.ComponentModel.MergableProperty(false)]
    [System.Web.UI.Filterable(false)]
    [System.Web.UI.Themeable(false)]
    [WebSysDescription("Control_ID")]
    public virtual System.string ID {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also