Specifies if a function is local to the object on which the function is defined. A local function cannot be accessed from outside the object.

Property Value

Yes if the function is local; otherwise, No. The default value is No.

See Also