Share via


WebPart.SerializedAttachedPropertiesShared property

Suporta a infraestrutura de conexão de Web Part de SharePoint Foundation. Não se destina a ser usado diretamente do seu código.

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

Syntax

'Declaração
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property SerializedAttachedPropertiesShared As String
    Get
    Set
'Uso
Dim instance As WebPart
Dim value As String

value = instance.SerializedAttachedPropertiesShared

instance.SerializedAttachedPropertiesShared = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public string SerializedAttachedPropertiesShared { get; set; }

Property value

Type: System.String

Ver também

Referência

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace