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