Property Validator
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
Validator
Gets or sets the validating expression.
public Expression<Func<Ticket, object, bool>> Validator { get; set; }
Property Value
- Expression<Func<Ticket, object, bool>>
The validating expression.