Whether the results of this task will have the field attributes.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Whether the results of this task will have the field attributes.")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Task")>
Public Overridable Property ShowFieldAttributes As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Task
Dim value As Boolean
instance.ShowFieldAttributes = value
value = instance.ShowFieldAttributes
|
| C# | |
|---|
[ResDescriptionAttribute("Whether the results of this task will have the field attributes.")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Task")]
public virtual bool ShowFieldAttributes {get; set;} |
See Also