[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Schematron.Types.Rule.Assertions"]
Namespace: WorkZone.Dispatcher.Base.Schematron.TypesAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Assert[] Assertions { get; set; }
Public Property Assertions As Assert()
Get
Set
public:
property array<Assert^>^ Assertions {
array<Assert^>^ get ();
void set (array<Assert^>^ value);
}
member Assertions : Assert[] with get, set
Property Value
Assert
See Also