|
RuleTemplateResponseCreatedDate Property |
[This is preliminary documentation and is subject to change.]
The created datetime of the rule template.
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:
property DateTime CreatedDate {
DateTime get ();
void set (DateTime value);
}
member CreatedDate : DateTime with get, set
Property Value
Type:
DateTime
The created date.
See Also