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 required display name of the application instance for UI presentation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As ISharedServiceApplication
Dim value As String
value = instance.DisplayName
string DisplayName { get; }
Property Value
Type: System.String
Returns String.
See Also
Reference
ISharedServiceApplication Interface