ConfigProperties.IfExistsExtractLong(XmlDocument, String, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static long IfExistsExtractLong(System::Xml::XmlDocument ^ document, System::String ^ path, long alt);
public static long IfExistsExtractLong (System.Xml.XmlDocument document, string path, long alt);
static member IfExistsExtractLong : System.Xml.XmlDocument * string * int64 -> int64
Public Shared Function IfExistsExtractLong (document As XmlDocument, path As String, alt As Long) As Long
Parameters
- document
- XmlDocument
- path
- String
- alt
- Int64