Gets or sets the status message that is used when loading the volume for the selected cell is completed.
            
            
            
            
            
            
            
            public static string LoadingVolumeCompleted {get; set;}
             
        
            
            'Declaration
 
Public Shared Property LoadingVolumeCompleted As String
             
        
            
            'Usage
 
Dim value As String
 
Load3DVolumeCommand.LoadingVolumeCompleted = value
 
value = Load3DVolumeCommand.LoadingVolumeCompleted
             
        
            
        
            
        
            
            public: __property static string* get_LoadingVolumeCompleted();
public: __property static void set_LoadingVolumeCompleted( 
   string* value
);
             
        
            
            public:
static property string* LoadingVolumeCompleted {
   string* get();
   void set (    string* value);
}
             
        
             
        
            
            
            Property Value
The status message that is used when loading the volume for the selected cell is completed.