SPModule.SPModulePropertyBag.Item property
Obtém ou define o valor de uma propriedade para o módulo. No C#, essa propriedade é o indexador para a classe SPModule.SPModulePropertyBag .
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Default Property Item ( _
strKey As String _
) As String
Get
Set
'Uso
Dim instance As SPModule.SPModulePropertyBag
Dim strKey As String
Dim value As String
value = instance(strKey)
instance(strKey) = value
public string this[
string strKey
] { get; set; }
Parâmetros
strKey
Type: System.StringUma seqüência de caracteres que contém a tecla que faz referência a um valor.
Property value
Type: System.String
Uma seqüência de caracteres que contém o valor.
Ver também
Referência
SPModule.SPModulePropertyBag class