An application name, if available. Otherwise, a server name.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<NotNullAttribute()>
ReadOnly Property ApplicationOrServerName As String
             
        
            
            'Usage
 
Dim instance As _UADiscoveryElement
Dim value As String
 
value = instance.ApplicationOrServerName
             
        
            
            [NotNull()]
string ApplicationOrServerName {get;}
             
        
            
            [NotNull()]
property String^ ApplicationOrServerName {
   String^ get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            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