ProfileValueCollectionBase._SetUnvalidatedValues Method (ICollection)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Protected Friend Sub _SetUnvalidatedValues ( _
value As ICollection _
)
'Usage
Dim value As ICollection
Me._SetUnvalidatedValues(value)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
protected internal void _SetUnvalidatedValues(
ICollection value
)
Parameters
- value
Type: System.Collections.ICollection
See Also
Reference
ProfileValueCollectionBase Class
ProfileValueCollectionBase Members