ISharedServiceApplication.DisplayName property
Gets the required display name of the application instance for UI presentation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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