| ServiceProviderAttributeRequired Property |
Required services must be present when the service starts up
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public bool Required { get; set; }
Public Property Required As Boolean
Get
Set
public:
property bool Required {
bool get ();
void set (bool value);
}
member Required : bool with get, set
Property Value
Type:
BooleanSee Also