ISPWTool.DisplayName Property

Gets the tool display name.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)

Syntax

'Declaration
ReadOnly Property DisplayName As String
    Get
'Usage
Dim instance As ISPWTool
Dim value As String

value = instance.DisplayName
string DisplayName { get; }

Property Value

Type: System.String
The display name.

Remarks

The tool can be renamed through the SharePoint Workspace user interface; consequently, the tool display name may be different than the tool name defined in the tool manifest.

See Also

Reference

ISPWTool Interface

ISPWTool Members

Microsoft.Office.SharePointWorkspace.AddIn Namespace