Roster LoaderVALIDATE_ FIRST Field
To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).
Definition
Namespace: ASAP.NRP.Core.Tools
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
[ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).")]
public bool VALIDATE_FIRSTVB
<ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).")>
Public VALIDATE_FIRST As BooleanC++
public:
[ObsoleteAttribute(L"This field is no longer used and will be removed in future versions. To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).")]
bool VALIDATE_FIRSTF#
[<ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead ASAP.NRP.Core.Tools.XmlValidator.IsXmlValid(string xmlFilePath, string schemaFilePath).")>]
val mutable VALIDATE_FIRST: bool