Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Friend Sub SetUnvalidatedValues ( _
values As Object(), _
setDirty As Boolean _
)
'Usage
Dim values As Object()
Dim setDirty As Boolean
Me.SetUnvalidatedValues(values, setDirty)
protected internal void SetUnvalidatedValues(
Object[] values,
bool setDirty
)
Parameters
- values
Type: []
- setDirty
Type: System.Boolean
See Also
Reference
ProfileValueCollectionBase Class