| IIsolatedFoundationCheckResults Property |
Gets the results of the check/design of this isolated foundation
Namespace: TSD.API.Remoting.FoundationsAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax IDictionaryOfReadOnlyProperties<CheckResultType, ICheckResult> CheckResults { get; }
ReadOnly Property CheckResults As IDictionaryOfReadOnlyProperties(Of CheckResultType, ICheckResult)
Get
property IDictionaryOfReadOnlyProperties<CheckResultType, ICheckResult^>^ CheckResults {
IDictionaryOfReadOnlyProperties<CheckResultType, ICheckResult^>^ get ();
}
abstract CheckResults : IDictionaryOfReadOnlyProperties<CheckResultType, ICheckResult> with get
Property Value
IDictionaryOfReadOnlyPropertiesCheckResultType,
ICheckResultSee Also