SharedEntityState.TargetEntityIdentifierTypeDescriptors Property
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
Public ReadOnly Property TargetEntityIdentifierTypeDescriptors As IEnumerator(Of TypeDescriptor)
Get
'Usage
Dim instance As SharedEntityState
Dim value As IEnumerator(Of TypeDescriptor)
value = instance.TargetEntityIdentifierTypeDescriptors
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