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 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 ApplicationName As String
Get
'Usage
Dim instance As Application.ApplicationInfo
Dim value As String
value = instance.ApplicationName
public string ApplicationName { get; }
Property Value
Type: System.String
The name of the enterprise application definition.
See Also
Reference
Application.ApplicationInfo Class