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 ServiceContext Context { get; }
Public ReadOnly Property Context As ServiceContext
Get
public:
property ServiceContext^ Context {
ServiceContext^ get ();
}
member Context : ServiceContext with get
Property Value
Type:
ServiceContext
See Also