Share via


SiteLimits.MaxUrlSegments Property

 

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

Syntax

public long MaxUrlSegments { get; set; }
public:
property long long MaxUrlSegments {
    long long get();
    void set(long long value);
}
member MaxUrlSegments : int64 with get, set
Public Property MaxUrlSegments As Long

Property Value

Type: System.Int64

See Also

SiteLimits Class
Microsoft.Web.Administration Namespace

Return to top