Share via


MultilingualAttribute.Multilingual property

Gets or sets a value that determines if the property should be stored for each culture.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Multilingual As Boolean
    Get
    Set
'Usage
Dim instance As MultilingualAttribute
Dim value As Boolean

value = instance.Multilingual

instance.Multilingual = value
public bool Multilingual { get; set; }

Property value

Type: System.Boolean
true if the property should be stored for each culture; otherwise, false.

See also

Reference

MultilingualAttribute class

MultilingualAttribute members

Microsoft.SharePoint.WebPartPages namespace