SPServiceApplicationProxyPipeBind 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 proxy applications that are represented as SPServiceApplicationProxy objects. This class facilitates the binding to and handling of input parameters as an instance of an SPServiceApplicationProxy object, a GUID identifier, or a string representation of a GUID.
The SPServiceApplicationProxyPipeBind type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPServiceApplicationProxyPipeBind(Guid) | Initializes a new instance of the SPServiceApplicatonProxyPipeBind and provides a guid that uniquely identifies the SPServiceApplicationProxy object instance. | |
SPServiceApplicationProxyPipeBind(String) | Initializes a new instance of the SPServiceApplicatonProxyPipeBind and provides a string value that uniquely identifies the SPServiceApplicationProxy object instance. | |
SPServiceApplicationProxyPipeBind(SPServiceApplicationProxy) | Initializes a new instance of the SPServiceApplicatonProxyPipeBind and provides the SPServiceApplicationProxy 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 c that corresponds to the parameters that were passed to the current SPServiceApplicationProxyPipeBind object when it was constructed. | |
ToString | (Inherited from Object.) |
Top