CustomizableString.DefaultValue property

Gets the default value for the property.

Namespace:  Microsoft.SharePoint.Client.Publishing
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property DefaultValue As String
    Get
'Usage
Dim instance As CustomizableString
Dim value As String

value = instance.DefaultValue
public string DefaultValue { get; }

Property value

Type: System.String
The default value.

Remarks

The default value cannot be a null reference (Nothing in Visual Basic). DefaultValue is determined by the containing class and cannot be assigned. To understand how it is calculated, see the property documentation for the containing class.

See also

Reference

CustomizableString class

CustomizableString members

Microsoft.SharePoint.Client.Publishing namespace