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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.