BaseRichField.DefaultAssetLocation Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property DefaultAssetLocation As String
Get
Set
'Usage
Dim instance As BaseRichField
Dim value As String
value = instance.DefaultAssetLocation
instance.DefaultAssetLocation = value
[BrowsableAttribute(true)]
public string DefaultAssetLocation { get; set; }
Property Value
Type: System.String