Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <DescriptionAttribute("Determines if the user can acknowledge events.")> <CategoryAttribute("Behavior")> <RefreshPropertiesAttribute(RefreshProperties.All)> Public Property EnableAcknowledge As Boolean |
C# | |
---|---|
[DefaultValueAttribute()] [DescriptionAttribute("Determines if the user can acknowledge events.")] [CategoryAttribute("Behavior")] [RefreshPropertiesAttribute(RefreshProperties.All)] public bool EnableAcknowledge {get; set;} |