IBCExtensionHostCurrentObject Property  | 
 
            Gets the object being extended.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Extensions
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
SyntaxBCRepositoryObject CurrentObject { get; }ReadOnly Property CurrentObject As BCRepositoryObject
	Get
Property Value
Type: 
BCRepositoryObject
Remarks
            Extensions are invoked by Meridian client applications in response to specific user actions. 
            At this point the extension is initialized for the object on which the user invokes the operation. 
            
See Also