ParsedRosterSchedulingPeriodFile Property |
Gets the file path that this roster was parsed from.
Namespace:
ASAP.NRP.Core.Parsers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic string SchedulingPeriodFile { get; }
Public ReadOnly Property SchedulingPeriodFile As String
Get
public:
property String^ SchedulingPeriodFile {
String^ get ();
}
member SchedulingPeriodFile : string with get
Property Value
Type:
String
See Also