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 load-balanced URI to use for the default zone.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DefaultZoneUri As Uri
Get
Set
'Usage
Dim instance As SPWebApplicationBuilder
Dim value As Uri
value = instance.DefaultZoneUri
instance.DefaultZoneUri = value
public Uri DefaultZoneUri { get; set; }
Property Value
Type: System.Uri
A System.Uri that represents the URI.