Microsoft.SharePoint.Admini ...


PersistedAttribute Class (Microsoft.SharePoint.Administration)
Indicates that this property should be stored in the configuration database.

Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Field)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public NotInheritable Class PersistedAttribute
    Inherits Attribute
Visual Basic (Usage)
Dim instance As PersistedAttribute
C#
[AttributeUsageAttribute(AttributeTargets.Field)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public sealed class PersistedAttribute : Attribute
Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.SharePoint.Administration.PersistedAttribute
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.
See Also

Tags :


Page view tracker