DatabaseIdentifier Property
                In This Topic
            
            Returns the project as number. The number is unique for all open projects in one session. The number changes when the project is closed and opened again.
            
            
            Syntax
            
            
            
            
            public uint DatabaseIdentifier {get;}
             
        
            
            public:
property uint DatabaseIdentifier {
   uint get();
}
             
        
             
        
            
            
            Property Value
the number of the project (database id)
 
            Exceptions
            
            
            
            
            
            
            
            
            
            See Also