다음을 통해 공유


SPUserCodeWebPart.IPersonalizable.IsDirty property

Gets a flag that indicates whether the custom data that the SPUserCodeWebPart manages has changed.

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

Syntax

'Declaration
Private ReadOnly Property IsDirty As Boolean
    Implements IPersonalizable.IsDirty
    Get
'Usage
Dim instance As SPUserCodeWebPart
Dim value As Boolean

value = CType(instance, IPersonalizable).IsDirty
boolIPersonalizable.IsDirty { get; }

Property value

Type: System.Boolean
true if the custom data has changed; otherwise, false.

Implements

IPersonalizable.IsDirty

Remarks

This method can be invoked only when the SPUserCodeWebPart instance is cast to an IPersonalizable interface.

See also

Reference

SPUserCodeWebPart class

SPUserCodeWebPart members

Microsoft.SharePoint.WebPartPages namespace