|
RuleRequestProviderId Property |
[This is preliminary documentation and is subject to change.]
The provider identifier that the rule belongs to.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<int> ProviderId { get; set; }
Public Property ProviderId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> ProviderId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ProviderId : Nullable<int> with get, set
Property Value
Type:
NullableInt32
The provider identifier.
See Also