 | SubscriptionClientDefinitionGuards Property |
Gets or sets the guards which indicate when this subscription can be activated
Namespace: SanteDB.Core.Model.SubscriptionAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic List<string> Guards { get; set; }Public Property Guards As List(Of String)
Get
Set
public:
property List<String^>^ Guards {
List<String^>^ get ();
void set (List<String^>^ value);
}member Guards : List<string> with get, set
Property Value
ListString
See Also