Share via


SPServiceApplicationProxyPipeBind 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
Public method SPServiceApplicationProxyPipeBind(Guid) Initializes a new instance of the SPServiceApplicatonProxyPipeBind and provides a guid that uniquely identifies the SPServiceApplicationProxy object instance.
Public method SPServiceApplicationProxyPipeBind(String) Initializes a new instance of the SPServiceApplicatonProxyPipeBind and provides a string value that uniquely identifies the SPServiceApplicationProxy object instance.
Public method SPServiceApplicationProxyPipeBind(SPServiceApplicationProxy) Initializes a new instance of the SPServiceApplicatonProxyPipeBind and provides the SPServiceApplicationProxy object instance.

Top

Methods

  Name Description
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 c that corresponds to the parameters that were passed to the current SPServiceApplicationProxyPipeBind object when it was constructed.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPServiceApplicationProxyPipeBind class

Microsoft.SharePoint.PowerShell namespace