Share via


SPOfficialFileHost.OfficialFileUrl property

Gets or sets the URL to be used for the connection.

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

Syntax

'Declaration
Public Property OfficialFileUrl As Uri
    Get
    Set
'Usage
Dim instance As SPOfficialFileHost
Dim value As Uri

value = instance.OfficialFileUrl

instance.OfficialFileUrl = value
public Uri OfficialFileUrl { get; set; }

Property value

Type: System.Uri
A Uri object that contains an URL.

Remarks

This is the URL to which files are sent when the connection is used for file submission.

See also

Reference

SPOfficialFileHost class

SPOfficialFileHost members

Microsoft.SharePoint namespace