SharedEntityState.RootTypeDescriptorParameter Property

NOTE: This API is now obsolete.

Gets the parameter of the root type descriptor of the entity instance.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property RootTypeDescriptorParameter As Parameter
    Get
'Usage
Dim instance As SharedEntityState
Dim value As Parameter

value = instance.RootTypeDescriptorParameter
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Parameter RootTypeDescriptorParameter { get; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Parameter
A Parameter object representing the parameter of the instance.

See Also

Reference

SharedEntityState Class

SharedEntityState Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace