SPMetabaseObject.ParentIsDisposable property
此成員是保留給內部使用,而不是用來直接從您的程式碼使用
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Friend Property ParentIsDisposable As Boolean
Get
Set
'用途
Dim value As Boolean
value = Me.ParentIsDisposable
Me.ParentIsDisposable = value
protected internal bool ParentIsDisposable { get; set; }
Property value
Type: System.Boolean