SPOfficialFileHost.OfficialFileUrl Property
Gets or sets the URL to be used for the connection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.