de la propiedad SPCachedObject.Id
Obtiene o establece el identificador único de la actual SPCachedObject.
Espacio de nombres: Microsoft.Office.Server.ObjectCache
Ensamblado: Microsoft.Office.Server (en Microsoft.Office.Server.dll)
Sintaxis
'Declaración
Public Property Id As String
Get
Set
'Uso
Dim instance As SPCachedObject
Dim value As String
value = instance.Id
instance.Id = value
public string Id { get; set; }
Valor de propiedad
Tipo: System.String
Devuelve String.
Comentarios
Este identificador debe ser único dentro del ámbito de la memoria caché.