SupportCaseDataDeadlineDateTime Property |
Gets or sets deadline date and time componets of the SupportCaseData object.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic DateTime DeadlineDateTime { get; set; }
Public Property DeadlineDateTime As DateTime
Get
Set
public:
property DateTime DeadlineDateTime {
DateTime get ();
void set (DateTime value);
}
member DeadlineDateTime : DateTime with get, set
Property Value
Type:
DateTime
See Also