| DataRetentionRuleConfigurationExcludeExpressions Property |
Gets or sets the objects which are excluded.
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string[] ExcludeExpressions { get; set; }
Public Property ExcludeExpressions As String()
Get
Set
public:
property array<String^>^ ExcludeExpressions {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ExcludeExpressions : string[] with get, set
Property Value
Type:
StringSee Also