SPServiceApplicationPipeBind Members
Include Protected Members
Include Inherited Members
Represents a binding for pipeline and command-line input to PowerShell cmdlet parameters. The binding that this class represents is to input parameters specific to SharePoint service applications that are represented as SPServiceApplication objects. This class facilitates the binding to and handling of input parameters as an instance of an SPServiceApplication object, a GUID identifier, or a string representation of a GUID.
The SPServiceApplicationPipeBind type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPServiceApplicationPipeBind(Guid) | Initializes a new instance of the SPServiceApplicationPipeBind class with a guid that uniquely identifies the SPServiceApplication object instance. | |
SPServiceApplicationPipeBind(String) | Initializes a new instance of the SPServiceApplicationPipeBind class with a string identifier that uniquely identifies the SPServiceApplication object. | |
SPServiceApplicationPipeBind(SPServiceApplication) | Initializes a new instance of the SPServiceApplicationPipeBind class and provides an SPServiceApplication object instance. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read | Retrieves the SPServiceApplication object that corresponds to the parameters that were passed to the current SPServiceApplicationPipeBind object when it was constructed. | |
ToString | (Inherited from Object.) |
Top