SharedEntityState.TargetEntityIdentifierTypeDescriptors Property
NOTE: This API is now obsolete.
Gets the type descriptors for the identifiers in the target entity for 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 TargetEntityIdentifierTypeDescriptors As IEnumerator(Of TypeDescriptor)
Get
'Usage
Dim instance As SharedEntityState
Dim value As IEnumerator(Of TypeDescriptor)
value = instance.TargetEntityIdentifierTypeDescriptors
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public IEnumerator<TypeDescriptor> TargetEntityIdentifierTypeDescriptors { get; }
Property Value
Type: System.Collections.Generic.IEnumerator<TypeDescriptor>
A list of identifier type descriptors.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace