Gets or sets the path to an Object value on a source schedule definition item to serve as the schedule definition content, or null to indicate that the content is not provided by the source schedule definition item. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public string ContentMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ContentMemberPath As String

See Also