ProfileValueCollectionBase.SetUnvalidatedValue method (Object)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Friend Sub SetUnvalidatedValue ( _
value As Object _
)
'Usage
Dim value As Object
Me.SetUnvalidatedValue(value)
protected internal void SetUnvalidatedValue(
Object value
)
Parameters
- value
Type: System.Object
See also
Reference
ProfileValueCollectionBase class