다음을 통해 공유


SPCachedObject.Id Property

Gets or sets the unique identifier of the current SPCachedObject.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property Id As String
    Get
    Set
'Usage
Dim instance As SPCachedObject
Dim value As String

value = instance.Id

instance.Id = value
public string Id { get; set; }

Property Value

Type: System.String
Returns String.

Remarks

This identifier must be unique within the scope of the cache.

See Also

Reference

SPCachedObject Class

SPCachedObject Members

Microsoft.Office.Server.ObjectCache Namespace