Share via


SPPropertyBag class

Armazena pares de chave e valor arbitrários que contêm as configurações de propriedade personalizada.

Inheritance hierarchy

System.Object
  System.Collections.Specialized.StringDictionary
    Microsoft.SharePoint.Utilities.SPPropertyBag

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

Syntax

'Declaração
Public Class SPPropertyBag _
    Inherits StringDictionary
'Uso
Dim instance As SPPropertyBag
public class SPPropertyBag : StringDictionary

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SPPropertyBag members

Microsoft.SharePoint.Utilities namespace