Ler em inglês

Compartilhar via


SPDeployment.Site property

Obtém ou define uma instância protegida de um objeto SPSite .

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

Syntax

'Declaração
Protected Property Site As SPSite
    Get
    Set
'Uso
Dim value As SPSite

value = Me.Site

Me.Site = value
protected SPSite Site { get; set; }

Property value

Type: Microsoft.SharePoint.SPSite
Retorna uma instância do objeto SPSite .

Ver também

Referência

SPDeployment class

SPDeployment members

Microsoft.SharePoint.Deployment namespace