CreateExceptionRequest.IsDeleted Property

 

Applies To: Dynamics CRM 2015

Gets or sets whether the appointment instance is deleted.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public bool IsDeleted { get; set; }
public:
property bool IsDeleted {
    bool get();
    void set(bool value);
}
member IsDeleted : bool with get, set
Public Property IsDeleted As Boolean

Property Value

Type: System.Boolean

Type: Boolean
Indicates if the appointment instance is deleted.
true, if deleted, otherwise, false.

See Also

CreateExceptionRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright