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