|
ApiCallRequiresAuthentication Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:SnapMD.VirtualCare.Sdk.ApiCall.RequiresAuthentication"]
Namespace: SnapMD.VirtualCare.SdkAssembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntaxpublic bool RequiresAuthentication { get; set; }
Public Property RequiresAuthentication As Boolean
Get
Set
public:
property bool RequiresAuthentication {
bool get ();
void set (bool value);
}
member RequiresAuthentication : bool with get, set
Property Value
Type:
Boolean
See Also