SharedEntityState.MemberTypeDescriptorDictionary Property

NOTE: This API is now obsolete.

Gets a list of type descriptors of the members contained in the entity.

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 MemberTypeDescriptorDictionary As IDictionary(Of String, TypeDescriptorCollection)
    Get
'Usage
Dim instance As SharedEntityState
Dim value As IDictionary(Of String, TypeDescriptorCollection)

value = instance.MemberTypeDescriptorDictionary
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public IDictionary<string, TypeDescriptorCollection> MemberTypeDescriptorDictionary { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, TypeDescriptorCollection>
A dictionary of type descriptors of the members in the entity.

See Also

Reference

SharedEntityState Class

SharedEntityState Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace