Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the friendly name of the enterprise application definition.
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Public ReadOnly Property ApplicationFriendlyName As String
Get
'Usage
Dim instance As Application.ApplicationInfo
Dim value As String
value = instance.ApplicationFriendlyName
public string ApplicationFriendlyName { get; }
Property Value
Type: System.String
The friendly name of the enterprise application definition.
See Also
Reference
Application.ApplicationInfo Class