RetrieveRecordWallRequest.EndDate Property

 

Applies To: Dynamics CRM 2015

Gets or sets the end date and time of the posts that you want to retrieve. Optional.

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

Syntax

public DateTime EndDate { get; set; }
public:
property DateTime EndDate {
    DateTime get();
    void set(DateTime value);
}
member EndDate : DateTime with get, set
Public Property EndDate As Date

Property Value

Type: System.DateTime

Type: DateTime
The end date and time of the posts that you want to retrieve. If specified, the posts that were created on or before the specified end date and time are retrieved.

See Also

RetrieveRecordWallRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright