Returns the originating "scope" (enclosing context) of this ClassDescription object. For more information about ClassDescription scope, see the IScope interface description.


Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Function GetScope() As IScope
C#
IScope GetScope()
C++
IScope GetScope() abstract 
J#
IScope GetScope()
JScript
function GetScope() : IScope

Return Value

A Scope object.

See Also