TwoLevelDictionaryPrimaryKeyType, SecondaryKeyType, ValueTypeItem Property (PrimaryKeyType, SecondaryKeyType) |
Gets or sets the dictionary value
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public ValueType this[
PrimaryKeyType primaryKey,
SecondaryKeyType secondaryKey
] { get; set; }
Parameters
- primaryKey
- Type: PrimaryKeyType
Primary key - secondaryKey
- Type: SecondaryKeyType
Secondary key
Property Value
Type:
ValueTypeSee Also