CardMetadataColumnReferencedSection - свойство |
Секция, на которую ссылается комплексная колонка,
или null, если колонка является физической.
Пространство имён:
Tessa.Cards.Metadata
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public CardMetadataSectionReference ReferencedSection { get; set; }
Public Property ReferencedSection As CardMetadataSectionReference
Get
Set
public:
property CardMetadataSectionReference^ ReferencedSection {
CardMetadataSectionReference^ get ();
void set (CardMetadataSectionReference^ value);
}
member ReferencedSection : CardMetadataSectionReference with get, set
Значение свойства
Тип:
CardMetadataSectionReferenceИсключения Исключение | Условие |
---|
[Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |
См. также Ссылки
[Tessa.Platform.ObjectSealedException]