Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the child of the persisted object based on the specified type.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Function GetChild(Of T As {New, SPPersistedObject}) As T
'Usage
Dim instance As SPPersistedObject
Dim returnValue As T
returnValue = instance.GetChild()
public T GetChild<T>()
where T : new(), SPPersistedObject
- T
The object to locate.
Type: T
A type that represents the child of the persisted object.