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