WebPart.HasSharedData Property

Definition

Gets a value that indicates whether a WebPart control has any shared personalization data associated with it.

public:
 property bool HasSharedData { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool HasSharedData { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HasSharedData : bool
Public ReadOnly Property HasSharedData As Boolean

Property Value

A Boolean value that indicates whether the control has shared personalization data.

Attributes

Remarks

This property refers to personalization data that is set on a control in shared scope, meaning personalization data that is seen by all users.

Applies to

See also