RetrieveLeadsRequest.FromUpdateDate Property
Applies To: Dynamics Marketing
Gets or sets the value indicating the first update for a lead to be included in the result list, expressed as the Coordinated Universal Time (UTC).
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.Lead
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public Nullable<DateTime> FromUpdateDate { get; set; }
public:
[DataMemberAttribute]
property Nullable<DateTime> FromUpdateDate {
Nullable<DateTime> get();
void set(Nullable<DateTime> value);
}
[<DataMemberAttribute>]
member FromUpdateDate : Nullable<DateTime> with get, set
<DataMemberAttribute>
Public Property FromUpdateDate As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
Type: DateTime
See Also
RetrieveLeadsRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Lead Namespace
Return to top