Gets or sets complete date of asociated to-do task.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Property CompleteDate As Nullable(Of DateTime) Get Set |
C# |
---|
public Nullable<DateTime> CompleteDate { get; set; } |