SPWebApplicationBuilder.DefaultZoneUri property
Gets or sets the load-balanced URI to use for the default zone.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.