XmlHelperGetElementProperty Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.GetElementProperty(System.Xml.XmlElement,System.String)"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.PackagesAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetElementProperty(
this XmlElement element,
string propertyName
)
<ExtensionAttribute>
Public Shared Function GetElementProperty (
element As XmlElement,
propertyName As String
) As String
public:
[ExtensionAttribute]
static String^ GetElementProperty(
XmlElement^ element,
String^ propertyName
)
[<ExtensionAttribute>]
static member GetElementProperty :
element : XmlElement *
propertyName : string -> string
Parameters
- element XmlElement
[Missing <param name="element"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.GetElementProperty(System.Xml.XmlElement,System.String)"]
- propertyName String
[Missing <param name="propertyName"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.GetElementProperty(System.Xml.XmlElement,System.String)"]
Return Value
String[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Packages.XmlHelper.GetElementProperty(System.Xml.XmlElement,System.String)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
XmlElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also