| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("The name of the Event Data field.")> <BrowsableAttribute(False)> <NotifyParentPropertyAttribute(True)> Public Property ID As String | |
| C# | |
|---|---|
[DescriptionAttribute("The name of the Event Data field.")] [BrowsableAttribute(false)] [NotifyParentPropertyAttribute(true)] public string ID {get; set;} | |