ProfileValueCollectionBase._SetUnvalidatedValues method (ICollection, Boolean)
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, _
setDirty As Boolean _
)
'Usage
Dim value As ICollection
Dim setDirty As Boolean
Me._SetUnvalidatedValues(value, setDirty)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
protected internal void _SetUnvalidatedValues(
ICollection value,
bool setDirty
)
Parameters
- value
Type: System.Collections.ICollection
- setDirty
Type: System.Boolean
See also
Reference
ProfileValueCollectionBase class
ProfileValueCollectionBase members