SPServiceApplicationPipeBind 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
Public method SPServiceApplicationPipeBind(Guid) Initializes a new instance of the SPServiceApplicationPipeBind class with a guid that uniquely identifies the SPServiceApplication object instance.
Public method SPServiceApplicationPipeBind(String) Initializes a new instance of the SPServiceApplicationPipeBind class with a string identifier that uniquely identifies the SPServiceApplication object.
Public method SPServiceApplicationPipeBind(SPServiceApplication) Initializes a new instance of the SPServiceApplicationPipeBind class and provides an SPServiceApplication 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 SPServiceApplication object that corresponds to the parameters that were passed to the current SPServiceApplicationPipeBind object when it was constructed.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPServiceApplicationPipeBind class

Microsoft.SharePoint.PowerShell namespace