SharedEntityState.RootTypeDescriptorParameter Property
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
Public ReadOnly Property RootTypeDescriptorParameter As Parameter
Get
'Usage
Dim instance As SharedEntityState
Dim value As Parameter
value = instance.RootTypeDescriptorParameter
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
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace