MultilingualAttribute class
This attribute is specified on string or XmlNode properties that should participate in storing a value for each language.
Inheritance hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.WebPartPages.MultilingualAttribute
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class MultilingualAttribute _
Inherits Attribute
'Usage
Dim instance As MultilingualAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class MultilingualAttribute : Attribute
Remarks
This attribute can be specified on any property of type string or XmlNode.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.