SPWebApplication.OfficialFileUrl Property

Gets or sets the URL of the Records Repository Web Service to use to get the official file.

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

Syntax

Public Property OfficialFileUrl As Uri
    Get
    Set

Dim instance As SPWebApplication
Dim value As Uri

value = instance.OfficialFileUrl

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

Property Value

Type: System.Uri
A System.Uri object.

Remarks

A value of a null reference (Nothing in Visual Basic) indicates that Windows SharePoint Services is not configured to submit files to an official file server.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace