del método ProjectPolicy.GetProjectCloseDate
Devuelve la fecha de cierre del sitio.
Espacio de nombres: Microsoft.Office.RecordsManagement.InformationPolicy
Ensamblado: Microsoft.Office.Policy (en Microsoft.Office.Policy.dll)
Sintaxis
'Declaración
Public Shared Function GetProjectCloseDate ( _
web As SPWeb _
) As DateTime
'Uso
Dim web As SPWeb
Dim returnValue As DateTime
returnValue = ProjectPolicy.GetProjectCloseDate(web)
public static DateTime GetProjectCloseDate(
SPWeb web
)
Parámetros
web
Tipo: Microsoft.SharePoint.SPWebEl sitio.
Valor devuelto
Tipo: System.DateTime
La fecha en que se cerró el sitio o se cerrará.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | El parámetro web es una referencia null (Nothing en Visual Basic). |
Comentarios
Si el sitio no tiene una fecha de cierre, devuelve un valor específico de implementación que es inferior a 1970.
Vea también
Referencia
Espacio de nombres Microsoft.Office.RecordsManagement.InformationPolicy