SPOfficialFileHost.OfficialFileName Property

Gets or sets a unique name for the external connection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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