Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.