Click or drag to resize
TwoLevelDictionaryPrimaryKeyType, SecondaryKeyType, ValueTypeItem Property (PrimaryKeyType, SecondaryKeyType)
Gets or sets the dictionary value

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public ValueType this[
	PrimaryKeyType primaryKey,
	SecondaryKeyType secondaryKey
] { get; set; }

Parameters

primaryKey
Type: PrimaryKeyType
Primary key
secondaryKey
Type: SecondaryKeyType
Secondary key

Property Value

Type: ValueType
See Also