SPIisWebServiceApplicationPoolPipeBind Class
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 an IIS Web service application pool in a server farm. This class facilitates the binding to and handling of input parameters as an instance of a service application object or as a GUID or string identifier.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.PowerShell.SPIisWebServiceApplicationPoolPipeBind
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SPIisWebServiceApplicationPoolPipeBind
'Usage
Dim instance As SPIisWebServiceApplicationPoolPipeBind
[SerializableAttribute]
public sealed class SPIisWebServiceApplicationPoolPipeBind
Remarks
This class provides overloaded constructors that you can use to bind to different representations of input information by supplying objects of varying types as parameters to the constructors. This class additionally provides its own Read method for cmdlet classes to use to retrieve results. The Read method is used to retrieve the SPIisWebServiceApplicationPool object instance that is associated with the current SPIisWebServiceApplicationPoolPipeBind object.
This class is sealed and cannot be inherited.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.