Gets or sets the content of this Task.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] public Object Content { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ Public Property Content As Object |