[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Schematron.Types.Schema.AllRules"]
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 Dictionary<string, Rule> AllRules { get; set; }
Public Property AllRules As Dictionary(Of String, Rule)
Get
Set
public:
property Dictionary<String^, Rule^>^ AllRules {
Dictionary<String^, Rule^>^ get ();
void set (Dictionary<String^, Rule^>^ value);
}
member AllRules : Dictionary<string, Rule> with get, set
Property Value
DictionaryString,
Rule
See Also