|
RuleRequestBaseSatisfiedMessage Property |
[This is preliminary documentation and is subject to change.]
The satisfied message, when a rule is executed with postive result.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic string SatisfiedMessage { get; set; }
Public Property SatisfiedMessage As String
Get
Set
public:
property String^ SatisfiedMessage {
String^ get ();
void set (String^ value);
}
member SatisfiedMessage : string with get, set
Property Value
Type:
String
The satisfied message.
See Also