SPSiteSubscriptionPipeBind 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 the loose association of SharePoint sites represented by an SPSiteSubscription object. This class facilitates the binding to and handling of input parameters as an instance of an SPSiteSubscription object, the URI or URL of an SPSite object, or the GUID identifier of the SPSiteSubscription object.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.PowerShell.SPSiteSubscriptionPipeBind

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

Syntax

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

Remarks

This class is sealed and cannot be inherited. This class provides a Read method that allows cmdlet classes to retrieve the SPSiteSubscription object instance that is associated with the current SPSiteSubscriptionPipeBind object.

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

SPSiteSubscriptionPipeBind Members

Microsoft.SharePoint.PowerShell Namespace