|
RuleResponseCreatedDate Property |
[This is preliminary documentation and is subject to change.]
The created datetime of the rule.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic DateTime CreatedDate { get; set; }
Public Property CreatedDate As DateTime
Get
Set
public:
virtual property DateTime CreatedDate {
DateTime get () sealed;
void set (DateTime value) sealed;
}
abstract CreatedDate : DateTime with get, set
override CreatedDate : DateTime with get, set
Property Value
Type:
DateTime
The created date.
Implements
IRuleResponseCreatedDate
See Also