SPCachedObject.ParentID Property

Gets or sets the identifier of the parent SPCachedObject for the current SPCachedObject.

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

Syntax

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

value = instance.ParentID

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

Property Value

Type: System.String
Returns String.

See Also

Reference

SPCachedObject Class

SPCachedObject Members

Microsoft.Office.Server.ObjectCache Namespace