Gets or sets the status message that is used when locating the volumes for the selected cell.
            
            
            
            
            
            
            
            public static string IdentifyingVolumes {get; set;}
             
        
            
            'Declaration
 
Public Shared Property IdentifyingVolumes As String
             
        
            
            'Usage
 
Dim value As String
 
Load3DVolumeCommand.IdentifyingVolumes = value
 
value = Load3DVolumeCommand.IdentifyingVolumes
             
        
            
        
            
        
            
            public: __property static string* get_IdentifyingVolumes();
public: __property static void set_IdentifyingVolumes( 
   string* value
);
             
        
            
            public:
static property string* IdentifyingVolumes {
   string* get();
   void set (    string* value);
}
             
        
             
        
            
            
            Property Value
The status message that is used when locating the volumes for the selected cell.