| 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: 23.1.0.154
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