| IGlobalSearchManagerGetObjectNameById Method | 
[This is preliminary documentation and is subject to change.]
            Get the name of an object, with the specified objectId of the specified objectType
            
 
Namespace: Netadmin.Management.Common.SearchAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
 Syntax
SyntaxINameable GetObjectNameById(
	int objectType,
	long objectId
)
Function GetObjectNameById ( 
	objectType As Integer,
	objectId As Long
) As INameable
Parameters
- objectType
- Type: SystemInt32
 
- objectId
- Type: SystemInt64
 
Return Value
Type: 
INameable
            An 
INameable representation of the object instance if it exists, otherwise null
            
 Remarks
RemarksName may be 
Empty if the object exists with an empty name
            
  See Also
See Also