| SubscriptionClientDefinitionGuards Property |
Gets or sets the guards which indicate when this subscription can be activated
Namespace:
SanteDB.Core.Model.Subscription
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public 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
Type:
ListStringSee Also