SPCachedObject.ParentID 属性

获取或设置当前的SPCachedObject父SPCachedObject的标识符。

命名空间:  Microsoft.Office.Server.ObjectCache
程序集:  Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)

语法

声明
Public Property ParentID As String
    Get
    Set
用法
Dim instance As SPCachedObject
Dim value As String

value = instance.ParentID

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

属性值

类型:System.String
返回 String

另请参阅

引用

SPCachedObject 类

SPCachedObject 成员

Microsoft.Office.Server.ObjectCache 命名空间