(Object, Boolean) del método ProfileValueCollectionBase.AddUnvalidatedValue
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Protected Friend Function AddUnvalidatedValue ( _
value As Object, _
setDirty As Boolean _
) As Integer
'Uso
Dim value As Object
Dim setDirty As Boolean
Dim returnValue As Integer
returnValue = Me.AddUnvalidatedValue(value, _
setDirty)
protected internal int AddUnvalidatedValue(
Object value,
bool setDirty
)
Parámetros
- value
Tipo: System.Object
- setDirty
Tipo: System.Boolean
Valor devuelto
Tipo: System.Int32
Vea también
Referencia
clase ProfileValueCollectionBase
Miembros ProfileValueCollectionBase