|
RuleTemplateResponseCreatedByUserId Property |
[This is preliminary documentation and is subject to change.]
The user identifier of the rule template created by.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic int CreatedByUserId { get; set; }
Public Property CreatedByUserId As Integer
Get
Set
public:
property int CreatedByUserId {
int get ();
void set (int value);
}
member CreatedByUserId : int with get, set
Property Value
Type:
Int32
The created by user identifier.
See Also