Returns the space name for a specified Space object.
      Declaration
tibas_status tibasSpaceDef_GetName
(tibasSpaceDef spaceDef,
 char**        spaceName)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | spaceDef | The TIBCO ActiveSpaces entity on which the function is invoked. | 
                  
                     | spaceName | The name of the space returned by the function. | 
               
            
Remarks
Use the tibasSpaceDef_GetName() function to return the space name defined in a specified SpaceDef object.
Your application must not modify or free the spaceName string, as it is owned by the SpaceDef object.
Copyright © Cloud Software Group, Inc. All rights reserved.