SPOfficialFileHost.OfficialFileName property

Gets or sets a unique name for the external connection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property OfficialFileName As String
    Get
    Set
'Usage
Dim instance As SPOfficialFileHost
Dim value As String

value = instance.OfficialFileName

instance.OfficialFileName = value
public string OfficialFileName { get; set; }

Property value

Type: System.String
A string that provides a unique name.

Remarks

This is the name that users will see in the ECB menu in the list view.

See also

Reference

SPOfficialFileHost class

SPOfficialFileHost members

Microsoft.SharePoint namespace