Click or drag to resize

SettingsObjectContext Property

Given context for this object if any. If the settings object supports context, it must be initialized using InitWithContext(ICTExtension, ISettingsContext).

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public ISettingsContext Context { get; protected set; }

Property Value

ISettingsContext
Revision History
DateVersionDescription
-2024 SP0First Release
See Also