GlobalModuleContext Property |
Gets the context at runtime.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GlobalModuleContext Context { get; }
Public ReadOnly Property Context As GlobalModuleContext
Get
public:
property GlobalModuleContext^ Context {
GlobalModuleContext^ get ();
}
member Context : GlobalModuleContext with get
Property Value
Type:
GlobalModuleContext
See Also