Compartir a través de


: SharedEntityState.TargetEntityIdentifierTypeDescriptors (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Gets the type descriptors for the identifiers in the target entity for the entity instance.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public ReadOnly Property TargetEntityIdentifierTypeDescriptors As IEnumerator(Of TypeDescriptor)
'Uso
Dim instance As SharedEntityState
Dim value As IEnumerator(Of TypeDescriptor)

value = instance.TargetEntityIdentifierTypeDescriptors
public IEnumerator<TypeDescriptor> TargetEntityIdentifierTypeDescriptors { get; }

Valor de propiedad

A list of identifier type descriptors.

Vea también

Referencia

SharedEntityState (Clase)
SharedEntityState (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)