Lead.DueDate Property

 

Applies To: Dynamics Marketing

Gets or sets the lead’s due date.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Syntax

[DataMemberAttribute]
public Nullable<DateTime> DueDate { get; set; }
public:
[DataMemberAttribute]
property Nullable<DateTime> DueDate {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
[<DataMemberAttribute>]
member DueDate : Nullable<DateTime> with get, set
<DataMemberAttribute>
Public Property DueDate As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

Type: DateTime

See Also

Lead Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top