SPServiceApplicationProxyPipeBind 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 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.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.PowerShell.SPServiceApplicationProxyPipeBind

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class SPServiceApplicationProxyPipeBind
'Usage
Dim instance As SPServiceApplicationProxyPipeBind
[SerializableAttribute]
public sealed class SPServiceApplicationProxyPipeBind

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, which is used by cmdlet classes to retrieve results. The Read method is used to retrieve the SPServiceApplicationProxy object instance associated with the current SPServiceApplicationProxyPipeBind 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.

See also

Reference

SPServiceApplicationProxyPipeBind members

Microsoft.SharePoint.PowerShell namespace