|
IRuleResponseModifiedByUserId Property |
[This is preliminary documentation and is subject to change.]
The user identifier the rule modified by.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
SyntaxNullable<int> ModifiedByUserId { get; set; }
Property ModifiedByUserId As Nullable(Of Integer)
Get
Set
property Nullable<int> ModifiedByUserId {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract ModifiedByUserId : Nullable<int> with get, set
Property Value
Type:
NullableInt32
The modified by user identifier.
See Also