Gets or sets the text to dispay when an invalid preset window level name is entered.
            
            
            
            
            
            
            
            string InvalidPresetNameText {get; set;}
             
        
            
            'Declaration
 
Property InvalidPresetNameText As String
             
        
            
            'Usage
 
Dim instance As IWindowLevelInformationView
Dim value As String
 
instance.InvalidPresetNameText = value
 
value = instance.InvalidPresetNameText
             
        
            
        
            
        
            
            __property string* get_InvalidPresetNameText();
__property void set_InvalidPresetNameText( 
   string* value
);
             
        
            
            property string* InvalidPresetNameText {
   string* get();
   void set (    string* value);
}
             
        
             
        
            
            
            Property Value
A 
System.String that represents the text to dispay when an invalid preset window level name is entered.