Contact.UpdateDate Property
Applies To: Dynamics Marketing
Gets or sets the contact’s last update date.
Namespace: Microsoft.Dynamics.Marketing.SDK.Model
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public DateTime UpdateDate { get; set; }
public:
[DataMemberAttribute]
property DateTime UpdateDate {
DateTime get();
void set(DateTime value);
}
[<DataMemberAttribute>]
member UpdateDate : DateTime with get, set
<DataMemberAttribute>
Public Property UpdateDate As Date
Property Value
Type: System.DateTime
Type: DateTime
See Also
Contact Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace
Return to top