SPCmdletGetSPSiteUrl class

Inheritance hierarchy

System.Object
  InternalCommand
    Cmdlet
      PSCmdlet
        Microsoft.SharePoint.PowerShell.SPCmdlet
          Microsoft.SharePoint.PowerShell.SPGetCmdletBase<SPSiteUrl>
            Microsoft.SharePoint.PowerShell.SPCmdletGetSPSiteUrl

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

Syntax

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

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

SPCmdletGetSPSiteUrl members

Microsoft.SharePoint.PowerShell namespace