February 2019
Intermediate to advanced
626 pages
15h 51m
English
The methods available may be viewed in a number of ways. The URL used can be visited in a browser, or Get-Member may be used. A subset of the output from Get-Member follows:
PS> $service | Get-MemberName MemberType Definition---- ---------- ----------GetElement Method SOAP.Element GetElement(string Name)GetAtomicMass Method string GetAtomicMass(string Name)GetAtomicNumber Method int GetAtomicNumber(string Name)GetElements Method SOAP.Element[] GetElements()GetElementsByGroup Method SOAP.Element[] GetElementsByGroup(SOAP.Group group)GetElementSymbol Method string GetElementSymbol(string Name)SearchElements Method SOAP.Element[] SearchElements(SOAP.SearchCondition[] searchConditions)
The preceding GetElements method requires no arguments ...
Read now
Unlock full access