SPCmdletSetSPSiteUrl class

Inheritance hierarchy

System.Object
  InternalCommand
    Cmdlet
      PSCmdlet
        Microsoft.SharePoint.PowerShell.SPCmdlet
          Microsoft.SharePoint.PowerShell.SPSetCmdletBase<SPSite>
            Microsoft.SharePoint.PowerShell.SPCmdletSPSiteUrlBase
              Microsoft.SharePoint.PowerShell.SPCmdletSetSPSiteUrl

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

Syntax

'Declaration
<SPCmdletAttribute(RequireLocalFarmExist := True)> _
<CmdletAttribute("Set", "SPSiteUrl", SupportsShouldProcess := True)> _
Public NotInheritable Class SPCmdletSetSPSiteUrl _
    Inherits SPCmdletSPSiteUrlBase
'Usage
Dim instance As SPCmdletSetSPSiteUrl
[SPCmdletAttribute(RequireLocalFarmExist = true)]
[CmdletAttribute("Set", "SPSiteUrl", SupportsShouldProcess = true)]
public sealed class SPCmdletSetSPSiteUrl : SPCmdletSPSiteUrlBase

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

SPCmdletSetSPSiteUrl members

Microsoft.SharePoint.PowerShell namespace