Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
Type: T
A type that represents the child of the persisted object.
Please sign in to use this experience.
Sign in