SPSiteSubscriptionPipeBind Constructor (String)
Initializes a new instance of the SPSiteSubscriptionPipeBind class by using either the URL of the site or the guid ID of the related SPSiteSubscription instance.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
siteUriOrId As String _
)
'Usage
Dim siteUriOrId As String
Dim instance As New SPSiteSubscriptionPipeBind(siteUriOrId)
public SPSiteSubscriptionPipeBind(
string siteUriOrId
)
Parameters
siteUriOrId
Type: System.StringThe identifies, expressed either as the site URL or the guid of the SPSiteSubscription object.
See Also
Reference
SPSiteSubscriptionPipeBind Class
SPSiteSubscriptionPipeBind Members