SPWebInfoUsageEntry.MasterUrl property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MasterUrl As String
Get
Set
'Usage
Dim instance As SPWebInfoUsageEntry
Dim value As String
value = instance.MasterUrl
instance.MasterUrl = value
public string MasterUrl { get; set; }
Property value
Type: System.String