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 | |
---|---|---|
SPWebApplicationPipeBind(String) | Initializes a new instance of the SPWebApplicationPipeBind class by using the string URL of the current SPWebApplication instance. | |
SPWebApplicationPipeBind(SPWebApplication) | Initializes a new instance of the SPWebApplicationPipeBind class by using the current SPWebApplication object instance. |
Top
Methods
Name | Description | |
---|---|---|
Discover | Populates information that is required to retrieve the SPWebApplication object. (Overrides SPCmdletPipeBind<TCmdletObject>.Discover(TCmdletObject).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read() | Retrieves the specified SPWebApplication instance (Overrides SPCmdletPipeBind<TCmdletObject>.Read().) | |
Read(Boolean) | Retrieves the specified SPWebApplication instance by using the exact URL of the object. | |
ToString | (Inherited from Object.) |
Top