|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > BaseElement Class > BaseElement Methods > BaseElement.SafeReadAttribute Method |
Safely reads the value of the specified attribute from the XML document.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public string SafeReadAttribute(
string attributeName
)
attributeName
Type: String
The name of the attribute to read.
The value of the attribute if found, otherwise null.