WebPart.HasSharedData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.