ExtensionBaseGetOwnerName Method |
Gets a descriptive name for the provided object (which is presumably the extension owner object).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string GetOwnerName(
Object owner
)
Protected Function GetOwnerName (
owner As Object
) As String
Parameters
- owner
- Type: SystemObject
The object, presumably the owner object.
Return Value
Type:
StringThe name of the provided object.
See Also