Datasheet
26 CHAPTER 1
•
WINDOWS POWERSHELL 101
Look at this a little closer, and use the
Get-Member
cmdlet to see the details of the
Farm
property:
PS C:\> $config.Farm | gm
TypeName: System.Xml.XmlElement
Name MemberType Definition
---- ---------- ----------
ToString CodeMethod static stri...
AppendChild Method System.Xml....
Clone Method System.Xml....
CloneNode Method System.Xml....
CreateNavigator Method System.Xml....
Equals Method bool Equals...
GetAttribute Method string GetA...
GetAttributeNode Method System.Xml....
GetElementsByTagName Method System.Xml....
GetEnumerator Method System.Coll...
GetHashCode Method int GetHash...
GetNamespaceOfPrefix Method string GetN...
GetPrefixOfNamespace Method string GetP...
GetType Method type GetType()
HasAttribute Method bool HasAtt...
InsertAfter Method System.Xml....
InsertBefore Method System.Xml....
Normalize Method System.Void...
PrependChild Method System.Xml....
RemoveAll Method System.Void...
RemoveAllAttributes Method System.Void...
RemoveAttribute Method System.Void...
RemoveAttributeAt Method System.Xml....
RemoveAttributeNode Method System.Xml....
RemoveChild Method System.Xml....
ReplaceChild Method System.Xml....
SelectNodes Method System.Xml....
SelectSingleNode Method System.Xml....
SetAttribute Method System.Void...
SetAttributeNode Method System.Xml....
Supports Method bool Suppor...
c01.indd 26c01.indd 26 5/16/2011 11:12:33 AM5/16/2011 11:12:33 AM