de la propiedad AppPrincipalCredentialReference.NotAfter
Obtiene o establece el momento en el tiempo cuando expira esta clave.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Property NotAfter As DateTime
Get
Set
'Uso
Dim instance As AppPrincipalCredentialReference
Dim value As DateTime
value = instance.NotAfter
instance.NotAfter = value
public DateTime NotAfter { get; set; }
Valor de propiedad
Tipo: System.DateTime
Instantánea de tiempo cuando expira la clave.
Vea también
Referencia
clase AppPrincipalCredentialReference