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