ExemptUserAgent.DisplayName Property
The name of the user agent that is displayed.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As ExemptUserAgent
Dim value As String
value = instance.DisplayName
public override string DisplayName { get; }
Property Value
Type: System.String
Remarks
The name is displayed from the command line or through the object model when iterating through the ExemptUserAgentCollection collection.