SPCurrentUsernameMonitor.NameValuePairs - Propriété
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
Get
'Utilisation
Dim instance As SPCurrentUsernameMonitor
Dim value As IList(Of KeyValuePair(Of String, Object))
value = instance.NameValuePairs
public IList<KeyValuePair<string, Object>> NameValuePairs { get; }
Valeur de propriété
Type : System.Collections.Generic.IList<KeyValuePair<String, Object>>
Implémentations
ISupportNameValuePairsSerialization.NameValuePairs
Voir aussi
Référence
SPCurrentUsernameMonitor classe