Share via


SharedEntityState.MemberTypeDescriptorDictionary Property

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
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
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