Compartir a través de


Propiedad DeleteOpenInstancesRequest.StateOfPastInstances

Se aplica a: CRM 2015 on-prem, CRM Online

Gets or sets the value to be used to set the status of appointment instances that have already passed. Required.

Espacio de nombres: Microsoft.Crm.Sdk.Messages
Ensamblado: Microsoft.Crm.Sdk.Proxy (en Microsoft.Crm.Sdk.Proxy.dll)

Sintaxis

'Declaración
Public Property StateOfPastInstances As Integer
public int StateOfPastInstances { get; set; }

Valor de propiedad

Type: Fecha y hora
The status code. The value should be one of the option set values for the RecurringAppointmentMaster.StateCode attribute. For more information, see the metadata for this entity. Para ver los metadatos de la entidad de su organización, instale la solución Explorador de metadatos que se describe en Exploración de los metadatos de su organización (es posible que este tema solo esté disponible en inglés). También puede ver los metadatos de una organización no personalizada en una hoja de cálculo de Excel denominada EntityMetadata.xlsx que se incluye en la carpeta de nivel superior de la descarga del SDK.

Comentarios

If you are using the generated enumerations, use RecurringAppointmentMasterState to set this property. For more information about generating enumerations, see Helper Code: Enumerations for Option Sets.

Seguridad de hilo

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.

Plataformas

Plataformas de desarrollo

Windows Vista, Windows Server 2003 y

Plataformas de destino

Windows Vista,Windows XP

Vea también

Referencia

Clase de DeleteOpenInstancesRequest
Miembros de DeleteOpenInstancesRequest
Espacio de nombres de Microsoft.Crm.Sdk.Messages

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.