Gets or sets the path to a String value on a source schedule definition item to serve as the schedule definition string value, or null to indicate that the definition string value is not provided by the source schedule definition item. The definition string value is of this form: Monday-Friday 08:00-12:00 12:30-16:30, Saturday 08:00-12:00, 01/01/2010, 01/02/2010-01/05/2010 11:00-14:00. It is recommended to set this property. This is a dependency property.

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

Syntax

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

See Also