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