A symbolic name of the current parameter combination if it has a standard name. Empty otherwise.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<NotNullAttribute()>
Property StandardName As String
             
        
            
            'Usage
 
Dim instance As _UASmartSessionParameters
Dim value As String
 
instance.StandardName = value
 
value = instance.StandardName
             
        
            
            [NotNull()]
string StandardName {get; set;}
             
        
            
            [NotNull()]
property String^ StandardName {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also