RetrieveRecordWallRequest.StartDate Property

 

Applies To: Dynamics CRM 2015

Gets or sets the start 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 StartDate { get; set; }
public:
property DateTime StartDate {
    DateTime get();
    void set(DateTime value);
}
member StartDate : DateTime with get, set
Public Property StartDate As Date

Property Value

Type: System.DateTime

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

See Also

RetrieveRecordWallRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright