Parsed RosterScheduling Period File Property
Gets the file path that this roster was parsed from.
Definition
Namespace: ASAP.NRP.Core.Parsers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public string SchedulingPeriodFile { get; }VB
Public ReadOnly Property SchedulingPeriodFile As String
GetC++
public:
property String^ SchedulingPeriodFile {
String^ get ();
}F#
member SchedulingPeriodFile : string with get