SPWebApplicationPipeBind Members

Include Protected Members
Include Inherited Members

Represents a binding for pipeline or command-line input parameters to PowerShell cmdlets. The binding that this class represents is to input parameters specific to a Microsoft SharePoint Foundation 2010 Web application. This class facilitates the binding to and handling of input parameters as an SPWebApplication object instance, as the string representation of a GUID that references an object, as a name of the Web application, or as the URL of the Web application.

The SPWebApplicationPipeBind type exposes the following members.

Constructors

  Name Description
Public method SPWebApplicationPipeBind(String) Initializes a new instance of the SPWebApplicationPipeBind class by using the string URL of the current SPWebApplication instance.
Public method SPWebApplicationPipeBind(SPWebApplication) Initializes a new instance of the SPWebApplicationPipeBind class by using the current SPWebApplication object instance.

Top

Methods

  Name Description
Protected method Discover Populates information that is required to retrieve the SPWebApplication object. (Overrides SPCmdletPipeBind<TCmdletObject>.Discover(TCmdletObject).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Read() Retrieves the specified SPWebApplication instance (Overrides SPCmdletPipeBind<TCmdletObject>.Read().)
Public method Read(Boolean) Retrieves the specified SPWebApplication instance by using the exact URL of the object.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPWebApplicationPipeBind Class

Microsoft.SharePoint.PowerShell Namespace